public static implicit operator Func<double, double> (
PiecewiseLinearFunction func
)Public Shared Widening Operator CType (
func As PiecewiseLinearFunction
) As Func(Of Double, Double)static implicit operator Func<double, double>^ (
PiecewiseLinearFunction^ func
)[Missing <returns> documentation for "M:Gemstone.Numeric.Interpolation.PiecewiseLinearFunction.op_Implicit(Gemstone.Numeric.Interpolation.PiecewiseLinearFunction)~System.Func{System.Double,System.Double}"]
| InvalidOperationException | the size of the domain does not equal the size of the range - or - less than two pivot points are defined |