DelphiReal48

Overview

Location

 

constructor

 

constructor

 

DelphiReal48()

 

init()

 

DelphiReal48()

 

Sub New()

Bytes

 

property Bytes[aIndex: Int32]: Byte read;

 

Byte Bytes[Int32 aIndex] { get; }

 

subscript Bytes(_ aIndex: Int32) -> Byte { get{} }

 

Byte Bytes[Int32 aIndex] { __get; }

 

ReadOnly Property Bytes(aIndex As Int32) As Byte

Exponent

 

property Exponent: UInt64 read;

 

UInt64 Exponent { get; }

 

var Exponent: UInt64 { get{} }

 

UInt64 Exponent { __get; }

 

ReadOnly Property Exponent() As UInt64

Fraction

 

property Fraction: UInt64 read;

 

UInt64 Fraction { get; }

 

var Fraction: UInt64 { get{} }

 

UInt64 Fraction { __get; }

 

ReadOnly Property Fraction() As UInt64

Sign

 

property Sign: Boolean read;

 

Boolean Sign { get; }

 

var Sign: Boolean { get{} }

 

Boolean Sign { __get; }

 

ReadOnly Property Sign() As Boolean

Words

 

property Words[aIndex: Int32]: UInt16 read;

 

UInt16 Words[Int32 aIndex] { get; }

 

subscript Words(_ aIndex: Int32) -> UInt16 { get{} }

 

UInt16 Words[Int32 aIndex] { __get; }

 

ReadOnly Property Words(aIndex As Int32) As UInt16

 

Bytes

 

property Bytes[aIndex: Int32]: Byte read;

 

Byte Bytes[Int32 aIndex] { get; }

 

subscript Bytes(_ aIndex: Int32) -> Byte { get{} }

 

Byte Bytes[Int32 aIndex] { __get; }

 

ReadOnly Property Bytes(aIndex As Int32) As Byte

Exponent

 

property Exponent: UInt64 read;

 

UInt64 Exponent { get; }

 

var Exponent: UInt64 { get{} }

 

UInt64 Exponent { __get; }

 

ReadOnly Property Exponent() As UInt64

Fraction

 

property Fraction: UInt64 read;

 

UInt64 Fraction { get; }

 

var Fraction: UInt64 { get{} }

 

UInt64 Fraction { __get; }

 

ReadOnly Property Fraction() As UInt64

Sign

 

property Sign: Boolean read;

 

Boolean Sign { get; }

 

var Sign: Boolean { get{} }

 

Boolean Sign { __get; }

 

ReadOnly Property Sign() As Boolean

Words

 

property Words[aIndex: Int32]: UInt16 read;

 

UInt16 Words[Int32 aIndex] { get; }

 

subscript Words(_ aIndex: Int32) -> UInt16 { get{} }

 

UInt16 Words[Int32 aIndex] { __get; }

 

ReadOnly Property Words(aIndex As Int32) As UInt16

 

constructor

 

constructor

 

DelphiReal48()

 

init()

 

DelphiReal48()

 

Sub New()