Int32 Order { get; set; }
Returns the order of the piece-wise interpolation.
Returns: Int32
Remarks:
The order of the polynomial is equal to the number of Coefficients columns -1 and is smaller by one then the value of this property. For linear interpolation the order is 2. For cubic interpolation, the order is 4.