FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kSpline_SetDomain ( kSpline  spline,
k64f  xMin,
k64f  xMax 
)

Sets the valid domain for the spline.

If domain limits are set and an input value provided to the Apply (or ApplyN) function is outside of the domain, the output will be k64F_NULL.

Parameters
splineSpline object.
xMinMinimum domain value.
xMaxMaxium domain value.
Returns
Operation status.