Click or drag to resize

SampleStateKind  Conversion (SampleStateKind to UInt32)

Implicit conversion operator from SampleStateKind to UInt32.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public static implicit operator uint (
	SampleStateKind value
)

Parameters

value
Type: OpenDDSharp.DDSSampleStateKind
The value to transform.

Return Value

Type: UInt32
The UInt32 value.
See Also