| ScatteredInterpolationFOnSetup Method |
Called when
Setup is called.
Namespace: DigitalRune.Mathematics.InterpolationAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax protected abstract void OnSetup()
Protected MustOverride Sub OnSetup
protected:
virtual void OnSetup() abstract
abstract OnSetup : unit -> unit
Remarks
Here internal values can be computed from the registered reference pairs if required. It is
assured that the reference data pairs have valid dimensions: All x values have the same
number of elements and all y values have the same number of elements. All reference data
values are not . And there is at least 1 reference data pair.
See Also