SbKernel3i32 Constructor (UInt64, UInt64, UInt64) |
Constructor defining the size of the kernel.
Namespace: OIV.ImageVizAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbKernel3i32(
ulong numCols,
ulong numRows,
ulong numSlices
)
Public Sub New (
numCols As ULong,
numRows As ULong,
numSlices As ULong
)
public:
SbKernel3i32(
unsigned long long numCols,
unsigned long long numRows,
unsigned long long numSlices
)
new :
numCols : uint64 *
numRows : uint64 *
numSlices : uint64 -> SbKernel3i32
Parameters
- numCols
- Type: SystemUInt64
- numRows
- Type: SystemUInt64
- numSlices
- Type: SystemUInt64
Remarks Kernel is initialized to zero values.
See Also