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.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
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