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