Overload | Description |
---|---|
Linear(Double,Double,Double,Double,Double) | Returns linear value for x between the points (x1, y1) and (x2, y2). |
Linear(Nullable<Double>,Double,Double,Double,Double) | Returns linear value for x between the points (x1, y1) and (x2, y2). |
Linear(Single,Double,Double,Double,Double) | Returns linear value for x between the points (x1, y1) and (x2, y2). |
Linear(Nullable<Single>,Double,Double,Double,Double) | Returns linear value for x between the points (x1, y1) and (x2, y2). |
Linear(Int32,Double,Double,Double,Double) | Returns linear value for x between the points (x1, y1) and (x2, y2). |
Linear(Nullable<Int32>,Double,Double,Double,Double) | Returns linear value for x between the points (x1, y1) and (x2, y2). |
Linear(UInt32,Double,Double,Double,Double) | Returns linear value for x between the points (x1, y1) and (x2, y2). |
Linear(Nullable<UInt32>,Double,Double,Double,Double) | Returns linear value for x between the points (x1, y1) and (x2, y2). |
Linear(Int64,Double,Double,Double,Double) | Returns linear value for x between the points (x1, y1) and (x2, y2). |
Linear(Nullable<Int64>,Double,Double,Double,Double) | Returns linear value for x between the points (x1, y1) and (x2, y2). |
Linear(UInt64,Double,Double,Double,Double) | Returns linear value for x between the points (x1, y1) and (x2, y2). |
Linear(Nullable<UInt64>,Double,Double,Double,Double) | Returns linear value for x between the points (x1, y1) and (x2, y2). |
Linear(Int16,Double,Double,Double,Double) | Returns linear value for x between the points (x1, y1) and (x2, y2). |
Linear(Nullable<Int16>,Double,Double,Double,Double) | Returns linear value for x between the points (x1, y1) and (x2, y2). |
Linear(UInt16,Double,Double,Double,Double) | Returns linear value for x between the points (x1, y1) and (x2, y2). |
Linear(Nullable<UInt16>,Double,Double,Double,Double) | Returns linear value for x between the points (x1, y1) and (x2, y2). |