[]
This is an implementation of the 'CBlkWTData' abstract class for 32 bit floating point data (float).
<p>The methods in this class are declared final, so that they can be
inlined by inlining compilers.</p>
public class CBlkWTDataFloat : CBlkWTData
Name | Description |
---|---|
CBlkWTDataFloat() |
Name | Description |
---|---|
Data | Returns the array containing the data, or null if there is no data array. The returned array is a float array. |
DataFloat | Returns the array containing the data, or null if there is no data array. |
DataType | Returns the identifier of this data type, TYPE_FLOAT, as defined in DataBlk. |