|   | PiecewiseLinearFunctionSetDomain Method | 
        
        
            Sets the x-values of the pivot points in the piecewise linear function.
            
        
        Namespace: GSF.NumericalAnalysis.InterpolationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxfunction SetDomain(... domain);
Parameters
- domain  Double
- The x-values of the pivot points.
Return Value
PiecewiseLinearFunctionA reference to the piecewise linear function.
 See Also
See Also