'Declaration Public Function New( _
ByVal bitsCount of bits in channel.As System.Int32, _
ByVal isSignificantA value indicating whether the channel contains significant data.As Boolean _
)
public ChannelFormat(
System.Int32 bits,
bool isSignificant
)
public: ChannelFormat(
System.Int32 bits,
bool isSignificant
)
public:
ChannelFormat(
System.Int32 bits,
bool isSignificant
)
Parameters
- bits
- Count of bits in channel.
- isSignificant
- A value indicating whether the channel contains significant data.