Click or drag to resize

StatusMask  Conversion (StatusMask to UInt32)

Implicit conversion operator from StatusMask to UInt32.

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

Parameters

value
Type: OpenDDSharp.DDSStatusMask
The value to transform.

Return Value

Type: UInt32
The UInt32 value.
See Also