| ShepardInterpolationFOnSetup 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 override void OnSetup()
Protected Overrides Sub OnSetup
protected:
virtual void OnSetup() override
abstract OnSetup : unit -> unit
override 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 .
See Also