Constructor DataPoint
DataPoint(float, TDataType)
Create a new Data Point with interpolation ratio and value.
Declaration
public DataPoint(float index, TDataType value)
Parameters
| Type | Name | Description |
|---|---|---|
| float | index | Interpolation ratio. |
| TDataType | value | The value to store. |