System.TSingleRec.Sign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Sign: Boolean read GetSign write SetSign;

C++

__property bool Sign = {read=GetSign, write=SetSign};

Properties

Type Visibility Source Unit Parent
property public
System.pas
System.hpp
System TSingleRec

Description

Sets and gets the sign.


Sign represents the sign of the floating-point value (1 or True for negative, 0 or False for positive).