Complex32IsRealNonNegative Method |
Gets a value indicating whether the provided Complex32 is real and not negative, that is >= 0.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IsRealNonNegative()
Return Value
Booleantrue if this instance is real nonnegative number; otherwise,
false.
See Also