Class TableConversionExtensions
Table conversion extensions.
Inheritance
System.Object
TableConversionExtensions
Namespace: MESL.SqlRace.Domain.Extensions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public static class TableConversionExtensions : Object
Methods
CalibratedValues(TableConversion, Double[])
Sets the calibrated values.
Declaration
public static TableConversion CalibratedValues(this TableConversion self, double[] values)
Parameters
Type | Name | Description |
---|---|---|
TableConversion | self | The TableConversion instance. |
System.Double[] | values | The values. |
Returns
Type | Description |
---|---|
TableConversion | The TableConversion. |
Interpolated(TableConversion, Boolean)
Sets the interpolated.
Declaration
public static TableConversion Interpolated(this TableConversion self, bool interpolated)
Parameters
Type | Name | Description |
---|---|---|
TableConversion | self | The TableConversion instance. |
System.Boolean | interpolated | The interpolated. |
Returns
Type | Description |
---|---|
TableConversion | The TableConversion. |
RawValues(TableConversion, Double[])
Sets the raw values.
Declaration
public static TableConversion RawValues(this TableConversion self, double[] values)
Parameters
Type | Name | Description |
---|---|---|
TableConversion | self | The TableConversion instance. |
System.Double[] | values | The values. |
Returns
Type | Description |
---|---|
TableConversion | The TableConversion. |