public bool IsNegative { get; }
Public ReadOnly Property IsNegative As Boolean
Get
public:
property bool IsNegative {
bool get ();
}
member IsNegative : bool with get
Note that -0.0 is negative for the purposes of this test, as are NaNs with the negative bit set.