Click or drag to resize

ViewStateMask  Conversion (ViewStateMask to UInt32)

Implicit conversion operator from ViewStateMask to UInt32.

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

Parameters

value
Type: OpenDDSharp.DDSViewStateMask
The value to transform.

Return Value

Type: UInt32
The UInt32 value.
See Also