Click or drag to resize

SampleStateKind  Conversion (UInt32 to SampleStateKind)

Implicit conversion operator from UInt32 to SampleStateKind.

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

Parameters

value
Type: SystemUInt32
The value to transform.

Return Value

Type: SampleStateKind
The SampleStateKind value.
See Also