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