Click or drag to resize

InstanceStateMask  Conversion (InstanceStateMask to UInt32)

Implicit conversion operator from InstanceStateMask to UInt32.

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

Parameters

value
Type: OpenDDSharp.DDSInstanceStateMask
The value to transform.

Return Value

Type: UInt32
The UInt32 value.
See Also