Click or drag to resize

SampleStateKind  Conversion (SampleStateKind to SampleStateMask)

Implicit conversion operator from SampleStateKind to SampleStateMask.

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

Parameters

value
Type: OpenDDSharp.DDSSampleStateKind
The value to transform.

Return Value

Type: SampleStateMask
The SampleStateMask value.
See Also