Click or drag to resize

SampleStateKindBitwiseOr Operator

Bit-wise operator.

Namespace:  OpenDDSharp.DDS
Assembly:  OpenDDSharp (in OpenDDSharp.dll) Version: 0.5.0.0
Syntax
public static SampleStateMask operator |(
	SampleStateKind left,
	SampleStateKind right
)

Parameters

left
Type: OpenDDSharp.DDSSampleStateKind
The left value of the operator.
right
Type: OpenDDSharp.DDSSampleStateKind
The right value of the operator.

Return Value

Type: SampleStateMask
The resulting SampleStateMask.
See Also