[Missing <summary> documentation for "M:Gemstone.Numeric.ComplexNumber.IsInfinity(Gemstone.Numeric.ComplexNumber)"]
public static bool IsInfinity(
ComplexNumber value
)
Public Shared Function IsInfinity (
value As ComplexNumber
) As Boolean
public:
static bool IsInfinity(
ComplexNumber value
)
Gemstone.Numeric.ComplexNumber.IsInfinity = function(value);
[Missing <param name="value"/> documentation for "M:Gemstone.Numeric.ComplexNumber.IsInfinity(Gemstone.Numeric.ComplexNumber)"]
[Missing <returns> documentation for "M:Gemstone.Numeric.ComplexNumber.IsInfinity(Gemstone.Numeric.ComplexNumber)"]