Click or drag to resize
DigitalRuneScatteredInterpolationFOnCompute Method
Called when Compute(VectorF) is called.

Namespace: DigitalRune.Mathematics.Interpolation
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
protected abstract VectorF OnCompute(
	VectorF x
)

Parameters

x
Type: DigitalRune.Mathematics.AlgebraVectorF
The x value.

Return Value

Type: VectorF
The 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