Boolean BreaksEquidistant { get; set; }
If True all breaks will be assumed to be spaced at equal intervals.
Returns: Boolean
Remarks:
If True all breaks will be assumed to be spaced at equal intervals. This allows the routine to compute the interval within which the interpolation point falls. If the breaks are not equidistant the interval defined by two breaks Low_Break < X_Value < High_Break, must be searched for.