| ScatteredInterpolationFOnCompute Method |
Namespace: DigitalRune.Mathematics.InterpolationAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax protected abstract VectorF OnCompute(
VectorF x
)
Protected MustOverride Function OnCompute (
x As VectorF
) As VectorF
protected:
virtual VectorF^ OnCompute(
VectorF^ x
) abstract
abstract OnCompute :
x : VectorF -> VectorF
Parameters
- x
- Type: DigitalRune.Mathematics.AlgebraVectorF
The x value.
Return Value
Type:
VectorFThe y value.
Remarks
When this method is called,
Setup has already been
executed. The parameter
x is not
and there is at
least 1 reference data pair.
See Also