SoDataCompositorIsDataSigned Method |
Returns true if the given data type is a signed integer data type.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static bool IsDataSigned(
SoDataCompositorDataTypes dataType
)
Public Shared Function IsDataSigned (
dataType As SoDataCompositorDataTypes
) As Boolean
public:
static bool IsDataSigned(
SoDataCompositorDataTypes dataType
)
static member IsDataSigned :
dataType : SoDataCompositorDataTypes -> bool
Parameters
- dataType
- Type: OIV.LDM.NodesSoDataCompositorDataTypes
Return Value
Type:
BooleanRemarks See Also