Click or drag to resize
SoDataCompositorIsDataSigned Method

Returns true if the given data type is a signed integer data type.

Namespace: OIV.LDM.Nodes
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static bool IsDataSigned(
	SoDataCompositorDataTypes dataType
)

Parameters

dataType
Type: OIV.LDM.NodesSoDataCompositorDataTypes

Return Value

Type: Boolean
Remarks

Note: If OIV.LDM.Nodes.SoDataCompositor.rgbaMode is true, then the data is considered to be UNSIGNED_INT32 (not signed).

See Also