System.SysUtils.TExtendedHelper.Sign
Delphi
property Sign: Boolean read GetSign write SetSign;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | System.SysUtils.pas | System.SysUtils | TExtendedHelper |
Description
Represents the sign part in 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.