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