AppSetDatasetDataTypeΒΆ

AppSetDatasetDataType sets the data type for 1D and 2D datasets.

rsOldDataType = AppSetDatasetDataType()
rsOldDataType = AppSetDatasetDataType(rsNewDataType)

Return Value

rsOldDataType

Parameters

rsNewDataType

rsNewDataType can be one of the following values:

Value Meaning
DATATYPE_FLOAT32 4 byte
DATATYPE_FLOAT64 8 byte

Comment

If the function is called without a parameter the current data type is returned. AppSetDatasetDataType should be called before a dataset is created. If a dataset contains Time/Date coordinates the data type DATATYPE_FLOAT64 should be set.

id-2040648