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