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