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.173 -- Release Build+f98ef614814d50c1f66a919b6c587a372a50e4bf
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