forwardAssign Method (IFieldSet, Int32)   Table of ContentToString Method forward
BitmapField.Get Method
Get bit value.

Namespace:  OnixS.CmeMdHandler
Assembly:  OnixS.CmeMdHandler-net-4.7 (in OnixS.CmeMdHandler-net-4.7.dll) Version: 3.16.1.0 (3.16.1.0)
Syntax
C#
public bool Get(
	int bit
)

Parameters

bit
Type: System.Int32
Bit number.

Return Value

Type: Boolean
True if bit is set, false otherwise.
See Also