Returns the number of bytes per voxel of the specified data type.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static int DataSize(
SoDataSetDataTypes dataType
)
Public Shared Function DataSize (
dataType As SoDataSetDataTypes
) As Integer
public:
static int DataSize(
SoDataSetDataTypes dataType
)
static member DataSize :
dataType : SoDataSetDataTypes -> int
Parameters
- dataType
- Type: OIV.LDM.NodesSoDataSetDataTypes
Return Value
Type:
Int32Remarks See Also