ITsDataConverterRevert Method |
Takes as input an array/ilist of values of some type and returns another array/ilist of some type. 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-placeNamespace: DHI.Mike1D.Generic.TimeSeries
Array Revert( TsItem item, Array array )