public static implicit operator IDWFunc (
InverseDistanceWeightingFunction func
)Public Shared Widening Operator CType (
func As InverseDistanceWeightingFunction
) As IDWFuncstatic implicit operator IDWFunc^ (
InverseDistanceWeightingFunction^ func
)[Missing <returns> documentation for "M:Gemstone.Numeric.Interpolation.InverseDistanceWeightingFunction.op_Implicit(Gemstone.Numeric.Interpolation.InverseDistanceWeightingFunction)~Gemstone.Numeric.Interpolation.IDWFunc"]
| 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 |