InverseDistanceWeightingFunction   Conversion (InverseDistanceWeightingFunction to IDWFunc)

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

Definition

Namespace: Gemstone.Numeric.Interpolation
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.169 -- Release Build+8ea56ff35548d526d505b6c30a0e7b1d71cedef9
public static implicit operator IDWFunc (
	InverseDistanceWeightingFunction func
)

Parameters

func  InverseDistanceWeightingFunction
The inverse distance weighting function to be converted.

Return Value

IDWFunc

[Missing <returns> documentation for "M:Gemstone.Numeric.Interpolation.InverseDistanceWeightingFunction.op_Implicit(Gemstone.Numeric.Interpolation.InverseDistanceWeightingFunction)~Gemstone.Numeric.Interpolation.IDWFunc"]

Exceptions

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