System.TDoubleRec.Exp
Delphi
property Exp: UInt64 read GetExp write SetExp;
C++
__property unsigned __int64 Exp = {read=GetExp, write=SetExp};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | public | System.pas System.hpp |
System | TDoubleRec |
説明
指数(バイアスあり)を設定および取得します。
Exp は、浮動小数点値の指数(バイアスあり)を表します(内部的に表されるのと同様)。