Click or drag to resize

InverseDistanceWeightingFunction   Conversion (InverseDistanceWeightingFunction to IDWFunc)

Converts the InverseDistanceWeightingFunction object to an IDWFunc to start converting values.

Namespace: GSF.NumericalAnalysis.Interpolation
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntax
public static implicit operator IDWFunc (
	InverseDistanceWeightingFunction idwFunction
)
View Source

Parameters

idwFunction  InverseDistanceWeightingFunction
The inverse distance wieghting function to be converted.

Return Value

IDWFunc
Exceptions
ExceptionCondition
InvalidOperationException

the number of x-coordinates does not equal the number of y-coordinates

- or -

the number of coordinates does not equal the number of values

See Also