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