SbChannelList Constructor (UInt64) |
Construct channelList corresponding to all channel from 0 to n-1: {0, 1, 2, ..., n-1}.
Namespace: OIV.ImageVizAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbChannelList(
ulong nbChannel
)
Public Sub New (
nbChannel As ULong
)
public:
SbChannelList(
unsigned long long nbChannel
)
new :
nbChannel : uint64 -> SbChannelList
Parameters
- nbChannel
- Type: SystemUInt64
Remarks See Also