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.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
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