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.181-beta
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