Skip to content

Latest commit

 

History

History
49 lines (44 loc) · 2.34 KB

Overload_EgonsoftHU_Extensions_Bcl_NumberExtensions_IsNegative.md

File metadata and controls

49 lines (44 loc) · 2.34 KB

IsNegative Method

Overload List

IsNegative(Byte) Determines if a value represents a negative real number.
IsNegative(Decimal) Determines if a value represents a negative real number.
IsNegative(Double) Determines if a value represents a negative real number.
IsNegative(Half) Determines if a value represents a negative real number.
IsNegative(Int16) Determines if a value represents a negative real number.
IsNegative(Int32) Determines if a value represents a negative real number.
IsNegative(Int64) Determines if a value represents a negative real number.
IsNegative(SByte) Determines if a value represents a negative real number.
IsNegative(Single) Determines if a value represents a negative real number.
IsNegative(UInt16) Determines if a value represents a negative real number.
IsNegative(UInt32) Determines if a value represents a negative real number.
IsNegative(UInt64) Determines if a value represents a negative real number.

See Also

Reference

NumberExtensions Class
EgonsoftHU.Extensions.Bcl Namespace