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.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
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