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: 9.9.13.0 (9.9.13.0)
Syntaxpublic 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:
Boolean
Remarks
Note: If rgbaMode is true, then the data is considered to be UNSIGNED_INT32 (not signed).
See Also