TsConvertFloatToDouble Class |
Namespace: DHI.Mike1D.Generic.TimeSeries.DataConverters
public class TsConvertFloatToDouble : ITsDataConverter
The TsConvertFloatToDouble type exposes the following members.
Name | Description | |
---|---|---|
TsConvertFloatToDouble | Initializes a new instance of the TsConvertFloatToDouble class |
Name | Description | |
---|---|---|
Convert | Takes as input an array/ilist of values of floats and returns another array/ilist of doubles. If the input object does not match the converter, it should return the array again. The input array may be modified in-place | |
ConvertItem | Takes in one item and returns an item that matches the data conversion. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Revert | Takes as input an array/ilist of values of dobles and returns another array/ilist of floats. Should produce the inverse of the Convert(TsItem, Array) call If the input object does not match the converter, it should return the array again. The input array may be modified in-place | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |