System.SysUtils.TSingleHelper.Sign
Delphi
property Sign: Boolean read GetSign write SetSign;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | System.SysUtils.pas | System.SysUtils | TSingleHelper |
Description
Represents the sign part of the number.
Sign is represented on one bit.
The Sign property represents the flag of the floating-point value. The flag is True for a negative number, and False for a positive number.