flcDecimal Namespace
Represents namespace flcDecimal
.
Name | Description | |
---|---|---|
EDecimalError | Represents type |
Name | Description | |
---|---|---|
Decimal128 | Represents type | |
Decimal32 | Represents type | |
Decimal64 | Represents type | |
HugeDecimal | Represents type | |
SDecimal128 | Represents type | |
SDecimal32 | Represents type | |
SDecimal64 | Represents type | |
SHugeDecimal | Represents type |
Name | Description | |
---|---|---|
TDecimalConvertErrorType | Represents type |
Name | Description | |
---|---|---|
PDecimal128 | Represents a pointer type to Decimal128. | |
PDecimal32 | Represents a pointer type to Decimal32. | |
PDecimal64 | Represents a pointer type to Decimal64. | |
PHugeDecimal | Represents a pointer type to HugeDecimal. | |
PSDecimal128 | Represents a pointer type to SDecimal128. | |
PSDecimal32 | Represents a pointer type to SDecimal32. | |
PSDecimal64 | Represents a pointer type to SDecimal64. | |
PSHugeDecimal | Represents a pointer type to SHugeDecimal. |
Name | Description | |
---|---|---|
Decimal128Digits | Represents constant | |
Decimal128MaxFloatLim | Represents constant | |
Decimal128MaxFloatLimD | Represents constant | |
Decimal128MaxInt | Represents constant | |
Decimal128MaxValue | Represents constant | |
Decimal128MinFloat | Represents constant | |
Decimal128MinFloatD | Represents constant | |
Decimal128Precision | Represents constant | |
Decimal128RoundTerm | Represents constant | |
Decimal128Scale | Represents constant | |
Decimal128ScaleF | Represents constant | |
Decimal128ScaleW128 | Represents constant | |
Decimal32Digits | Represents constant | |
Decimal32MaxFloatLim | Represents constant | |
Decimal32MaxFloatLimD | Represents constant | |
Decimal32MaxInt | Represents constant | |
Decimal32MaxValue | Represents constant | |
Decimal32MinFloat | Represents constant | |
Decimal32MinFloatD | Represents constant | |
Decimal32Precision | Represents constant | |
Decimal32RoundTerm | Represents constant | |
Decimal32Scale | Represents constant | |
Decimal64Digits | Represents constant | |
Decimal64MaxFloatLim | Represents constant | |
Decimal64MaxFloatLimD | Represents constant | |
Decimal64MaxInt | Represents constant | |
Decimal64MaxValue | Represents constant | |
Decimal64MaxValueW64 | Represents constant | |
Decimal64MinFloat | Represents constant | |
Decimal64MinFloatD | Represents constant | |
Decimal64Precision | Represents constant | |
Decimal64RoundTerm | Represents constant | |
Decimal64Scale | Represents constant | |
SDecimal128MaxFloatLim | Represents constant | |
SDecimal128MaxFloatLimD | Represents constant | |
SDecimal128MinFloatLim | Represents constant | |
SDecimal128MinFloatLimD | Represents constant | |
SDecimal32MaxFloatLim | Represents constant | |
SDecimal32MaxFloatLimD | Represents constant | |
SDecimal32MaxInt | Represents constant | |
SDecimal32MinFloatLim | Represents constant | |
SDecimal32MinFloatLimD | Represents constant | |
SDecimal32MinInt | Represents constant | |
SDecimal64MaxFloatLim | Represents constant | |
SDecimal64MaxFloatLimD | Represents constant | |
SDecimal64MaxInt | Represents constant | |
SDecimal64MinFloatLim | Represents constant | |
SDecimal64MinFloatLimD | Represents constant | |
SDecimal64MinInt | Represents constant |
Name | Description | |
---|---|---|
Decimal128AddDecimal128(Decimal128,Decimal128) | Represents method | |
Decimal128AddWord16(Decimal128,Word) | Represents method | |
Decimal128AddWord32(Decimal128,Word32) | Represents method | |
Decimal128AddWord64(Decimal128,Word64) | Represents method | |
Decimal128AddWord8(Decimal128,Byte) | Represents method | |
Decimal128CompareDecimal128(Decimal128,Decimal128) | Represents method | |
Decimal128CompareFloat(Decimal128,Double) | Represents method | |
Decimal128CompareWord16(Decimal128,Word) | Represents method | |
Decimal128CompareWord32(Decimal128,Word32) | Represents method | |
Decimal128CompareWord64(Decimal128,Word64) | Represents method | |
Decimal128CompareWord8(Decimal128,Byte) | Represents method | |
Decimal128DivideDecimal128(Decimal128,Decimal128) | Represents method | |
Decimal128DivideWord16(Decimal128,Word) | Represents method | |
Decimal128DivideWord32(Decimal128,Word32) | Represents method | |
Decimal128DivideWord8(Decimal128,Byte) | Represents method | |
Decimal128EqualsDecimal128(Decimal128,Decimal128) | Represents method | |
Decimal128EqualsFloat(Decimal128,Double) | Represents method | |
Decimal128EqualsInt32(Decimal128,Int32) | Represents method | |
Decimal128EqualsInt64(Decimal128,Int64) | Represents method | |
Decimal128EqualsWord16(Decimal128,Word) | Represents method | |
Decimal128EqualsWord32(Decimal128,Word32) | Represents method | |
Decimal128EqualsWord64(Decimal128,Word64) | Represents method | |
Decimal128EqualsWord8(Decimal128,Byte) | Represents method | |
Decimal128FracWord(Decimal128) | Represents method | |
Decimal128InitDecimal128(Decimal128,Decimal128) | Represents method | |
Decimal128InitDecimal64(Decimal128,Decimal64) | Represents method | |
Decimal128InitFloat(Decimal128,Double) | Represents method | |
Decimal128InitInt32(Decimal128,Int32) | Represents method | |
Decimal128InitInt64(Decimal128,Int64) | Represents method | |
Decimal128InitMax(Decimal128) | Represents method | |
Decimal128InitOne(Decimal128) | Represents method | |
Decimal128InitWord16(Decimal128,Word) | Represents method | |
Decimal128InitWord32(Decimal128,Word32) | Represents method | |
Decimal128InitWord64(Decimal128,Word64) | Represents method | |
Decimal128InitWord8(Decimal128,Byte) | Represents method | |
Decimal128InitZero(Decimal128) | Represents method | |
Decimal128IsMaximum(Decimal128) | Represents method | |
Decimal128IsOne(Decimal128) | Represents method | |
Decimal128IsOverflow(Decimal128) | Represents method | |
Decimal128IsZero(Decimal128) | Represents method | |
Decimal128MultiplyDecimal128(Decimal128,Decimal128) | Represents method | |
Decimal128MultiplyWord16(Decimal128,Word) | Represents method | |
Decimal128MultiplyWord32(Decimal128,Word32) | Represents method | |
Decimal128MultiplyWord64(Decimal128,Word64) | Represents method | |
Decimal128MultiplyWord8(Decimal128,Byte) | Represents method | |
Decimal128Round(Decimal128) | Represents method | |
Decimal128Sqr(Decimal128) | Represents method | |
Decimal128SubtractDecimal128(Decimal128,Decimal128) | Represents method | |
Decimal128SubtractWord16(Decimal128,Word) | Represents method | |
Decimal128SubtractWord32(Decimal128,Word32) | Represents method | |
Decimal128SubtractWord64(Decimal128,Word64) | Represents method | |
Decimal128SubtractWord8(Decimal128,Byte) | Represents method | |
Decimal128ToFloat(Decimal128) | Represents method | |
Decimal128ToInt32(Decimal128) | Represents method | |
Decimal128ToInt64(Decimal128) | Represents method | |
Decimal128ToStr(Decimal128) | Represents method | |
Decimal128ToStrB(Decimal128) | Represents method | |
Decimal128ToStrU(Decimal128) | Represents method | |
Decimal128ToWord16(Decimal128) | Represents method | |
Decimal128ToWord32(Decimal128) | Represents method | |
Decimal128ToWord64(Decimal128) | Represents method | |
Decimal128ToWord8(Decimal128) | Represents method | |
Decimal128Trunc(Decimal128) | Represents method | |
Decimal32AddDecimal32(Decimal32,Decimal32) | Represents method | |
Decimal32AddWord16(Decimal32,Word) | Represents method | |
Decimal32AddWord32(Decimal32,Word32) | Represents method | |
Decimal32AddWord8(Decimal32,Byte) | Represents method | |
Decimal32CompareDecimal32(Decimal32,Decimal32) | Represents method | |
Decimal32CompareFloat(Decimal32,Double) | Represents method | |
Decimal32CompareInt32(Decimal32,Int32) | Represents method | |
Decimal32CompareWord16(Decimal32,Word) | Represents method | |
Decimal32CompareWord32(Decimal32,Word32) | Represents method | |
Decimal32CompareWord8(Decimal32,Byte) | Represents method | |
Decimal32DivideDecimal32(Decimal32,Decimal32) | Represents method | |
Decimal32DivideWord16(Decimal32,Word) | Represents method | |
Decimal32DivideWord32(Decimal32,Word32) | Represents method | |
Decimal32DivideWord8(Decimal32,Byte) | Represents method | |
Decimal32EqualsDecimal32(Decimal32,Decimal32) | Represents method | |
Decimal32EqualsFloat(Decimal32,Double) | Represents method | |
Decimal32EqualsInt32(Decimal32,Int32) | Represents method | |
Decimal32EqualsWord16(Decimal32,Word) | Represents method | |
Decimal32EqualsWord32(Decimal32,Word32) | Represents method | |
Decimal32EqualsWord8(Decimal32,Byte) | Represents method | |
Decimal32FracWord(Decimal32) | Represents method | |
Decimal32InitDecimal32(Decimal32,Decimal32) | Represents method | |
Decimal32InitFloat(Decimal32,Double) | Represents method | |
Decimal32InitInt32(Decimal32,Int32) | Represents method | |
Decimal32InitMax(Decimal32) | Represents method | |
Decimal32InitOne(Decimal32) | Represents method | |
Decimal32InitWord16(Decimal32,Word) | Represents method | |
Decimal32InitWord32(Decimal32,Word32) | Represents method | |
Decimal32InitWord8(Decimal32,Byte) | Represents method | |
Decimal32InitZero(Decimal32) | Represents method | |
Decimal32IsMaximum(Decimal32) | Represents method | |
Decimal32IsOne(Decimal32) | Represents method | |
Decimal32IsOverflow(Decimal32) | Represents method | |
Decimal32IsZero(Decimal32) | Represents method | |
Decimal32MultiplyDecimal32(Decimal32,Decimal32) | Represents method | |
Decimal32MultiplyWord16(Decimal32,Word) | Represents method | |
Decimal32MultiplyWord32(Decimal32,Word32) | Represents method | |
Decimal32MultiplyWord8(Decimal32,Byte) | Represents method | |
Decimal32Round(Decimal32) | Represents method | |
Decimal32Sqr(Decimal32) | Represents method | |
Decimal32SubtractDecimal32(Decimal32,Decimal32) | Represents method | |
Decimal32SubtractWord16(Decimal32,Word) | Represents method | |
Decimal32SubtractWord32(Decimal32,Word32) | Represents method | |
Decimal32SubtractWord8(Decimal32,Byte) | Represents method | |
Decimal32ToFloat(Decimal32) | Represents method | |
Decimal32ToInt32(Decimal32) | Represents method | |
Decimal32ToStr(Decimal32) | Represents method | |
Decimal32ToStrB(Decimal32) | Represents method | |
Decimal32ToStrU(Decimal32) | Represents method | |
Decimal32ToWord16(Decimal32) | Represents method | |
Decimal32ToWord32(Decimal32) | Represents method | |
Decimal32ToWord8(Decimal32) | Represents method | |
Decimal32Trunc(Decimal32) | Represents method | |
Decimal64AddDecimal64(Decimal64,Decimal64) | Represents method | |
Decimal64AddWord16(Decimal64,Word) | Represents method | |
Decimal64AddWord32(Decimal64,Word32) | Represents method | |
Decimal64AddWord8(Decimal64,Byte) | Represents method | |
Decimal64CompareDecimal64(Decimal64,Decimal64) | Represents method | |
Decimal64CompareFloat(Decimal64,Double) | Represents method | |
Decimal64CompareInt32(Decimal64,Int32) | Represents method | |
Decimal64CompareInt64(Decimal64,Int64) | Represents method | |
Decimal64CompareWord16(Decimal64,Word) | Represents method | |
Decimal64CompareWord32(Decimal64,Word32) | Represents method | |
Decimal64CompareWord8(Decimal64,Byte) | Represents method | |
Decimal64DivideDecimal64(Decimal64,Decimal64) | Represents method | |
Decimal64DivideWord16(Decimal64,Word) | Represents method | |
Decimal64DivideWord32(Decimal64,Word32) | Represents method | |
Decimal64DivideWord8(Decimal64,Byte) | Represents method | |
Decimal64EqualsDecimal64(Decimal64,Decimal64) | Represents method | |
Decimal64EqualsFloat(Decimal64,Double) | Represents method | |
Decimal64EqualsInt32(Decimal64,Int32) | Represents method | |
Decimal64EqualsInt64(Decimal64,Int64) | Represents method | |
Decimal64EqualsWord16(Decimal64,Word) | Represents method | |
Decimal64EqualsWord32(Decimal64,Word32) | Represents method | |
Decimal64EqualsWord8(Decimal64,Byte) | Represents method | |
Decimal64FracWord(Decimal64) | Represents method | |
Decimal64InitDecimal32(Decimal64,Decimal32) | Represents method | |
Decimal64InitDecimal64(Decimal64,Decimal64) | Represents method | |
Decimal64InitFloat(Decimal64,Double) | Represents method | |
Decimal64InitInt32(Decimal64,Int32) | Represents method | |
Decimal64InitInt64(Decimal64,Int64) | Represents method | |
Decimal64InitMax(Decimal64) | Represents method | |
Decimal64InitOne(Decimal64) | Represents method | |
Decimal64InitWord16(Decimal64,Word) | Represents method | |
Decimal64InitWord32(Decimal64,Word32) | Represents method | |
Decimal64InitWord64(Decimal64,Word64) | Represents method | |
Decimal64InitWord8(Decimal64,Byte) | Represents method | |
Decimal64InitZero(Decimal64) | Represents method | |
Decimal64IsMaximum(Decimal64) | Represents method | |
Decimal64IsOne(Decimal64) | Represents method | |
Decimal64IsOverflow(Decimal64) | Represents method | |
Decimal64IsZero(Decimal64) | Represents method | |
Decimal64MultiplyDecimal64(Decimal64,Decimal64) | Represents method | |
Decimal64MultiplyWord16(Decimal64,Word) | Represents method | |
Decimal64MultiplyWord32(Decimal64,Word32) | Represents method | |
Decimal64MultiplyWord8(Decimal64,Byte) | Represents method | |
Decimal64Round(Decimal64) | Represents method | |
Decimal64Sqr(Decimal64) | Represents method | |
Decimal64SubtractDecimal64(Decimal64,Decimal64) | Represents method | |
Decimal64SubtractWord16(Decimal64,Word) | Represents method | |
Decimal64SubtractWord32(Decimal64,Word32) | Represents method | |
Decimal64SubtractWord8(Decimal64,Byte) | Represents method | |
Decimal64ToDecimal32(Decimal64) | Represents method | |
Decimal64ToFloat(Decimal64) | Represents method | |
Decimal64ToInt32(Decimal64) | Represents method | |
Decimal64ToInt64(Decimal64) | Represents method | |
Decimal64ToStr(Decimal64) | Represents method | |
Decimal64ToStrB(Decimal64) | Represents method | |
Decimal64ToStrU(Decimal64) | Represents method | |
Decimal64ToWord16(Decimal64) | Represents method | |
Decimal64ToWord32(Decimal64) | Represents method | |
Decimal64ToWord64(Decimal64) | Represents method | |
Decimal64ToWord8(Decimal64) | Represents method | |
Decimal64Trunc(Decimal64) | Represents method | |
FloatIsDecimal128Range(Double) | Represents method | |
FloatIsDecimal32Range(Double) | Represents method | |
FloatIsDecimal64Range(Double) | Represents method | |
FloatIsSDecimal128Range(Double) | Represents method | |
FloatIsSDecimal32Range(Double) | Represents method | |
FloatIsSDecimal64Range(Double) | Represents method | |
HugeDecimalAddHugeDecimal(HugeDecimal,HugeDecimal) | Represents method | |
HugeDecimalAssignDecimal128(HugeDecimal,Decimal128) | Represents method | |
HugeDecimalAssignDecimal32(HugeDecimal,Decimal32) | Represents method | |
HugeDecimalAssignDecimal64(HugeDecimal,Decimal64) | Represents method | |
HugeDecimalAssignHugeDecimal(HugeDecimal,HugeDecimal) | Represents method | |
HugeDecimalAssignOne(HugeDecimal) | Represents method | |
HugeDecimalAssignWord128(HugeDecimal,Word128) | Represents method | |
HugeDecimalAssignWord32(HugeDecimal,Word32) | Represents method | |
HugeDecimalAssignWord64(HugeDecimal,Word64) | Represents method | |
HugeDecimalAssignWord8(HugeDecimal,Byte) | Represents method | |
HugeDecimalAssignZero(HugeDecimal) | Represents method | |
HugeDecimalCompareHugeDecimal(HugeDecimal,HugeDecimal) | Represents method | |
HugeDecimalCompareWord8(HugeDecimal,Byte) | Represents method | |
HugeDecimalDec(HugeDecimal,Byte) | Represents method | |
HugeDecimalDecimalDigits(HugeDecimal) | Represents method | |
HugeDecimalDigits(HugeDecimal) | Represents method | |
HugeDecimalDiv10(HugeDecimal) | Represents method | |
HugeDecimalEqualsHugeDecimal(HugeDecimal,HugeDecimal) | Represents method | |
HugeDecimalEqualsWord8(HugeDecimal,Byte) | Represents method | |
HugeDecimalFinalise(HugeDecimal) | Represents method | |
HugeDecimalFracCompareHalf(HugeDecimal) | Represents method | |
HugeDecimalGetDigit(HugeDecimal,Integer) | Represents method | |
HugeDecimalInc(HugeDecimal,Byte) | Represents method | |
HugeDecimalInit(HugeDecimal) | Represents method | |
HugeDecimalInitDecimal128(HugeDecimal,Decimal128) | Represents method | |
HugeDecimalInitDecimal32(HugeDecimal,Decimal32) | Represents method | |
HugeDecimalInitDecimal64(HugeDecimal,Decimal64) | Represents method | |
HugeDecimalInitHugeDecimal(HugeDecimal,HugeDecimal) | Represents method | |
HugeDecimalInitOne(HugeDecimal) | Represents method | |
HugeDecimalInitWord128(HugeDecimal,Word128) | Represents method | |
HugeDecimalInitWord32(HugeDecimal,Word32) | Represents method | |
HugeDecimalInitWord64(HugeDecimal,Word64) | Represents method | |
HugeDecimalInitWord8(HugeDecimal,Byte) | Represents method | |
HugeDecimalInitZero(HugeDecimal) | Represents method | |
HugeDecimalIntegerDigits(HugeDecimal) | Represents method | |
HugeDecimalIsEven(HugeDecimal) | Represents method | |
HugeDecimalIsInteger(HugeDecimal) | Represents method | |
HugeDecimalIsLessThanOne(HugeDecimal) | Represents method | |
HugeDecimalIsOdd(HugeDecimal) | Represents method | |
HugeDecimalIsOne(HugeDecimal) | Represents method | |
HugeDecimalIsOneOrGreater(HugeDecimal) | Represents method | |
HugeDecimalIsWord8Range(HugeDecimal) | Represents method | |
HugeDecimalIsZero(HugeDecimal) | Represents method | |
HugeDecimalMul10(HugeDecimal) | Represents method | |
HugeDecimalRound(HugeDecimal) | Represents method | |
HugeDecimalSetDigit(HugeDecimal,Integer,Byte) | Represents method | |
HugeDecimalSubtractHugeDecimal(HugeDecimal,HugeDecimal) | Represents method | |
HugeDecimalToDecimal128(HugeDecimal) | Represents method | |
HugeDecimalToDecimal32(HugeDecimal) | Represents method | |
HugeDecimalToDecimal64(HugeDecimal) | Represents method | |
HugeDecimalToStr(HugeDecimal) | Represents method | |
HugeDecimalToWord128(HugeDecimal) | Represents method | |
HugeDecimalToWord32(HugeDecimal) | Represents method | |
HugeDecimalToWord64(HugeDecimal) | Represents method | |
HugeDecimalToWord8(HugeDecimal) | Represents method | |
HugeDecimalTrunc(HugeDecimal) | Represents method | |
Int128IsDecimal128Range(Int128) | Represents method | |
Int128IsSDecimal128Range(Int128) | Represents method | |
Int16IsDecimal32Range(SmallInt) | Represents method | |
Int32IsDecimal32Range(Int32) | Represents method | |
Int32IsDecimal64Range(Int32) | Represents method | |
Int32IsSDecimal32Range(Int32) | Represents method | |
Int64IsDecimal128Range(Int64) | Represents method | |
Int64IsDecimal64Range(Int64) | Represents method | |
Int64IsSDecimal64Range(Int64) | Represents method | |
SDecimal128AbsInPlace(SDecimal128) | Represents method | |
SDecimal128AddSDecimal128(SDecimal128,SDecimal128) | Represents method | |
SDecimal128AddWord16(SDecimal128,Word) | Represents method | |
SDecimal128AddWord32(SDecimal128,Word32) | Represents method | |
SDecimal128AddWord64(SDecimal128,Word64) | Represents method | |
SDecimal128AddWord8(SDecimal128,Byte) | Represents method | |
SDecimal128CompareFloat(SDecimal128,Double) | Represents method | |
SDecimal128CompareInt32(SDecimal128,Int32) | Represents method | |
SDecimal128CompareInt64(SDecimal128,Int64) | Represents method | |
SDecimal128CompareSDecimal128(SDecimal128,SDecimal128) | Represents method | |
SDecimal128CompareWord16(SDecimal128,Word) | Represents method | |
SDecimal128CompareWord32(SDecimal128,Word32) | Represents method | |
SDecimal128CompareWord64(SDecimal128,Word64) | Represents method | |
SDecimal128CompareWord8(SDecimal128,Byte) | Represents method | |
SDecimal128DivideSDecimal128(SDecimal128,SDecimal128) | Represents method | |
SDecimal128DivideWord16(SDecimal128,Word) | Represents method | |
SDecimal128DivideWord32(SDecimal128,Word32) | Represents method | |
SDecimal128DivideWord64(SDecimal128,Word64) | Represents method | |
SDecimal128DivideWord8(SDecimal128,Byte) | Represents method | |
SDecimal128EqualsFloat(SDecimal128,Double) | Represents method | |
SDecimal128EqualsSDecimal128(SDecimal128,SDecimal128) | Represents method | |
SDecimal128EqualsWord16(SDecimal128,Word) | Represents method | |
SDecimal128EqualsWord32(SDecimal128,Word32) | Represents method | |
SDecimal128EqualsWord64(SDecimal128,Word64) | Represents method | |
SDecimal128EqualsWord8(SDecimal128,Byte) | Represents method | |
SDecimal128FracWord(SDecimal128) | Represents method | |
SDecimal128InitFloat(SDecimal128,Double) | Represents method | |
SDecimal128InitInt32(SDecimal128,Int32) | Represents method | |
SDecimal128InitInt64(SDecimal128,Int64) | Represents method | |
SDecimal128InitMax(SDecimal128) | Represents method | |
SDecimal128InitOne(SDecimal128) | Represents method | |
SDecimal128InitSDecimal128(SDecimal128,SDecimal128) | Represents method | |
SDecimal128InitWord16(SDecimal128,Word) | Represents method | |
SDecimal128InitWord32(SDecimal128,Word32) | Represents method | |
SDecimal128InitWord64(SDecimal128,Word64) | Represents method | |
SDecimal128InitWord8(SDecimal128,Byte) | Represents method | |
SDecimal128InitZero(SDecimal128) | Represents method | |
SDecimal128IsMaximum(SDecimal128) | Represents method | |
SDecimal128IsOne(SDecimal128) | Represents method | |
SDecimal128IsOverflow(SDecimal128) | Represents method | |
SDecimal128IsZero(SDecimal128) | Represents method | |
SDecimal128MultiplySDecimal128(SDecimal128,SDecimal128) | Represents method | |
SDecimal128MultiplyWord16(SDecimal128,Word) | Represents method | |
SDecimal128MultiplyWord32(SDecimal128,Word32) | Represents method | |
SDecimal128MultiplyWord64(SDecimal128,Word64) | Represents method | |
SDecimal128MultiplyWord8(SDecimal128,Byte) | Represents method | |
SDecimal128Negate(SDecimal128) | Represents method | |
SDecimal128Round(SDecimal128) | Represents method | |
SDecimal128Sign(SDecimal128) | Represents method | |
SDecimal128SubtractSDecimal128(SDecimal128,SDecimal128) | Represents method | |
SDecimal128SubtractWord16(SDecimal128,Word) | Represents method | |
SDecimal128SubtractWord32(SDecimal128,Word32) | Represents method | |
SDecimal128SubtractWord64(SDecimal128,Word64) | Represents method | |
SDecimal128SubtractWord8(SDecimal128,Byte) | Represents method | |
SDecimal128ToFloat(SDecimal128) | Represents method | |
SDecimal128ToInt32(SDecimal128) | Represents method | |
SDecimal128ToInt64(SDecimal128) | Represents method | |
SDecimal128ToStr(SDecimal128) | Represents method | |
SDecimal128ToStrB(SDecimal128) | Represents method | |
SDecimal128ToStrU(SDecimal128) | Represents method | |
SDecimal128ToWord16(SDecimal128) | Represents method | |
SDecimal128ToWord32(SDecimal128) | Represents method | |
SDecimal128ToWord64(SDecimal128) | Represents method | |
SDecimal128ToWord8(SDecimal128) | Represents method | |
SDecimal128Trunc(SDecimal128) | Represents method | |
SDecimal32AbsInPlace(SDecimal32) | Represents method | |
SDecimal32AddSDecimal32(SDecimal32,SDecimal32) | Represents method | |
SDecimal32AddWord16(SDecimal32,Word) | Represents method | |
SDecimal32AddWord32(SDecimal32,Word32) | Represents method | |
SDecimal32AddWord8(SDecimal32,Byte) | Represents method | |
SDecimal32CompareFloat(SDecimal32,Double) | Represents method | |
SDecimal32CompareInt32(SDecimal32,Int32) | Represents method | |
SDecimal32CompareSDecimal32(SDecimal32,SDecimal32) | Represents method | |
SDecimal32CompareWord16(SDecimal32,Word) | Represents method | |
SDecimal32CompareWord32(SDecimal32,Word32) | Represents method | |
SDecimal32CompareWord8(SDecimal32,Byte) | Represents method | |
SDecimal32DivideSDecimal32(SDecimal32,SDecimal32) | Represents method | |
SDecimal32DivideWord16(SDecimal32,Word) | Represents method | |
SDecimal32DivideWord32(SDecimal32,Word32) | Represents method | |
SDecimal32DivideWord8(SDecimal32,Byte) | Represents method | |
SDecimal32EqualsFloat(SDecimal32,Double) | Represents method | |
SDecimal32EqualsInt32(SDecimal32,Int32) | Represents method | |
SDecimal32EqualsSDecimal32(SDecimal32,SDecimal32) | Represents method | |
SDecimal32EqualsWord16(SDecimal32,Word) | Represents method | |
SDecimal32EqualsWord32(SDecimal32,Word32) | Represents method | |
SDecimal32EqualsWord8(SDecimal32,Byte) | Represents method | |
SDecimal32FracWord(SDecimal32) | Represents method | |
SDecimal32InitFloat(SDecimal32,Double) | Represents method | |
SDecimal32InitInt32(SDecimal32,Int32) | Represents method | |
SDecimal32InitMax(SDecimal32) | Represents method | |
SDecimal32InitMin(SDecimal32) | Represents method | |
SDecimal32InitMinusOne(SDecimal32) | Represents method | |
SDecimal32InitOne(SDecimal32) | Represents method | |
SDecimal32InitSDecimal32(SDecimal32,SDecimal32) | Represents method | |
SDecimal32InitWord16(SDecimal32,Word) | Represents method | |
SDecimal32InitWord32(SDecimal32,Word32) | Represents method | |
SDecimal32InitWord8(SDecimal32,Byte) | Represents method | |
SDecimal32InitZero(SDecimal32) | Represents method | |
SDecimal32IsMaximum(SDecimal32) | Represents method | |
SDecimal32IsMinimum(SDecimal32) | Represents method | |
SDecimal32IsMinusOne(SDecimal32) | Represents method | |
SDecimal32IsOne(SDecimal32) | Represents method | |
SDecimal32IsOverflow(SDecimal32) | Represents method | |
SDecimal32IsZero(SDecimal32) | Represents method | |
SDecimal32MultiplySDecimal32(SDecimal32,SDecimal32) | Represents method | |
SDecimal32MultiplyWord16(SDecimal32,Word) | Represents method | |
SDecimal32MultiplyWord32(SDecimal32,Word32) | Represents method | |
SDecimal32MultiplyWord8(SDecimal32,Byte) | Represents method | |
SDecimal32Negate(SDecimal32) | Represents method | |
SDecimal32Round(SDecimal32) | Represents method | |
SDecimal32Sign(SDecimal32) | Represents method | |
SDecimal32SubtractSDecimal32(SDecimal32,SDecimal32) | Represents method | |
SDecimal32SubtractWord16(SDecimal32,Word) | Represents method | |
SDecimal32SubtractWord32(SDecimal32,Word32) | Represents method | |
SDecimal32SubtractWord8(SDecimal32,Byte) | Represents method | |
SDecimal32ToFloat(SDecimal32) | Represents method | |
SDecimal32ToInt32(SDecimal32) | Represents method | |
SDecimal32ToStr(SDecimal32) | Represents method | |
SDecimal32ToStrB(SDecimal32) | Represents method | |
SDecimal32ToStrU(SDecimal32) | Represents method | |
SDecimal32ToWord16(SDecimal32) | Represents method | |
SDecimal32ToWord32(SDecimal32) | Represents method | |
SDecimal32ToWord8(SDecimal32) | Represents method | |
SDecimal32Trunc(SDecimal32) | Represents method | |
SDecimal64AbsInPlace(SDecimal64) | Represents method | |
SDecimal64AddSDecimal64(SDecimal64,SDecimal64) | Represents method | |
SDecimal64AddWord16(SDecimal64,Word) | Represents method | |
SDecimal64AddWord32(SDecimal64,Word32) | Represents method | |
SDecimal64AddWord8(SDecimal64,Byte) | Represents method | |
SDecimal64CompareFloat(SDecimal64,Double) | Represents method | |
SDecimal64CompareInt32(SDecimal64,Int32) | Represents method | |
SDecimal64CompareInt64(SDecimal64,Int64) | Represents method | |
SDecimal64CompareSDecimal64(SDecimal64,SDecimal64) | Represents method | |
SDecimal64CompareWord16(SDecimal64,Word) | Represents method | |
SDecimal64CompareWord32(SDecimal64,Word32) | Represents method | |
SDecimal64CompareWord8(SDecimal64,Byte) | Represents method | |
SDecimal64DivideSDecimal64(SDecimal64,SDecimal64) | Represents method | |
SDecimal64DivideWord16(SDecimal64,Word) | Represents method | |
SDecimal64DivideWord32(SDecimal64,Word32) | Represents method | |
SDecimal64DivideWord8(SDecimal64,Byte) | Represents method | |
SDecimal64EqualsFloat(SDecimal64,Double) | Represents method | |
SDecimal64EqualsInt32(SDecimal64,Int32) | Represents method | |
SDecimal64EqualsInt64(SDecimal64,Int64) | Represents method | |
SDecimal64EqualsSDecimal64(SDecimal64,SDecimal64) | Represents method | |
SDecimal64EqualsWord16(SDecimal64,Word) | Represents method | |
SDecimal64EqualsWord32(SDecimal64,Word32) | Represents method | |
SDecimal64EqualsWord8(SDecimal64,Byte) | Represents method | |
SDecimal64FracWord(SDecimal64) | Represents method | |
SDecimal64InitFloat(SDecimal64,Double) | Represents method | |
SDecimal64InitInt32(SDecimal64,Int32) | Represents method | |
SDecimal64InitInt64(SDecimal64,Int64) | Represents method | |
SDecimal64InitMax(SDecimal64) | Represents method | |
SDecimal64InitMin(SDecimal64) | Represents method | |
SDecimal64InitMinusOne(SDecimal64) | Represents method | |
SDecimal64InitOne(SDecimal64) | Represents method | |
SDecimal64InitSDecimal64(SDecimal64,SDecimal64) | Represents method | |
SDecimal64InitWord16(SDecimal64,Word) | Represents method | |
SDecimal64InitWord32(SDecimal64,Word32) | Represents method | |
SDecimal64InitWord64(SDecimal64,Word64) | Represents method | |
SDecimal64InitWord8(SDecimal64,Byte) | Represents method | |
SDecimal64InitZero(SDecimal64) | Represents method | |
SDecimal64IsMaximum(SDecimal64) | Represents method | |
SDecimal64IsMinimum(SDecimal64) | Represents method | |
SDecimal64IsMinusOne(SDecimal64) | Represents method | |
SDecimal64IsOne(SDecimal64) | Represents method | |
SDecimal64IsOverflow(SDecimal64) | Represents method | |
SDecimal64IsZero(SDecimal64) | Represents method | |
SDecimal64MultiplySDecimal64(SDecimal64,SDecimal64) | Represents method | |
SDecimal64MultiplyWord16(SDecimal64,Word) | Represents method | |
SDecimal64MultiplyWord32(SDecimal64,Word32) | Represents method | |
SDecimal64MultiplyWord8(SDecimal64,Byte) | Represents method | |
SDecimal64Negate(SDecimal64) | Represents method | |
SDecimal64Round(SDecimal64) | Represents method | |
SDecimal64Sign(SDecimal64) | Represents method | |
SDecimal64SubtractSDecimal64(SDecimal64,SDecimal64) | Represents method | |
SDecimal64SubtractWord16(SDecimal64,Word) | Represents method | |
SDecimal64SubtractWord32(SDecimal64,Word32) | Represents method | |
SDecimal64SubtractWord8(SDecimal64,Byte) | Represents method | |
SDecimal64ToFloat(SDecimal64) | Represents method | |
SDecimal64ToInt32(SDecimal64) | Represents method | |
SDecimal64ToInt64(SDecimal64) | Represents method | |
SDecimal64ToSDecimal32(SDecimal64) | Represents method | |
SDecimal64ToStr(SDecimal64) | Represents method | |
SDecimal64ToStrB(SDecimal64) | Represents method | |
SDecimal64ToStrU(SDecimal64) | Represents method | |
SDecimal64ToWord16(SDecimal64) | Represents method | |
SDecimal64ToWord32(SDecimal64) | Represents method | |
SDecimal64ToWord64(SDecimal64) | Represents method | |
SDecimal64ToWord8(SDecimal64) | Represents method | |
SDecimal64Trunc(SDecimal64) | Represents method | |
SHugeDecimalAbsInPlace(SHugeDecimal) | Represents method | |
SHugeDecimalAddHugeDecimal(SHugeDecimal,HugeDecimal) | Represents method | |
SHugeDecimalAddSHugeDecimal(SHugeDecimal,SHugeDecimal) | Represents method | |
SHugeDecimalAssignDecimal128(SHugeDecimal,Decimal128) | Represents method | |
SHugeDecimalAssignDecimal32(SHugeDecimal,Decimal32) | Represents method | |
SHugeDecimalAssignDecimal64(SHugeDecimal,Decimal64) | Represents method | |
SHugeDecimalAssignHugeDecimal(SHugeDecimal,HugeDecimal) | Represents method | |
SHugeDecimalAssignInt32(SHugeDecimal,Int32) | Represents method | |
SHugeDecimalAssignInt64(SHugeDecimal,Int64) | Represents method | |
SHugeDecimalAssignInt8(SHugeDecimal,ShortInt) | Represents method | |
SHugeDecimalAssignMinusOne(SHugeDecimal) | Represents method | |
SHugeDecimalAssignOne(SHugeDecimal) | Represents method | |
SHugeDecimalAssignSHugeDecimal(SHugeDecimal,SHugeDecimal) | Represents method | |
SHugeDecimalAssignWord128(SHugeDecimal,Word128) | Represents method | |
SHugeDecimalAssignWord32(SHugeDecimal,Word32) | Represents method | |
SHugeDecimalAssignWord64(SHugeDecimal,Word64) | Represents method | |
SHugeDecimalAssignWord8(SHugeDecimal,Byte) | Represents method | |
SHugeDecimalAssignZero(SHugeDecimal) | Represents method | |
SHugeDecimalCompareHugeDecimal(SHugeDecimal,HugeDecimal) | Represents method | |
SHugeDecimalCompareSHugeDecimal(SHugeDecimal,SHugeDecimal) | Represents method | |
SHugeDecimalCompareWord8(SHugeDecimal,Byte) | Represents method | |
SHugeDecimalEqualsHugeDecimal(SHugeDecimal,HugeDecimal) | Represents method | |
SHugeDecimalEqualsSHugeDecimal(SHugeDecimal,SHugeDecimal) | Represents method | |
SHugeDecimalEqualsWord8(SHugeDecimal,Byte) | Represents method | |
SHugeDecimalFracCompareHalf(SHugeDecimal) | Represents method | |
SHugeDecimalInit(SHugeDecimal) | Represents method | |
SHugeDecimalInitMinusOne(SHugeDecimal) | Represents method | |
SHugeDecimalInitOne(SHugeDecimal) | Represents method | |
SHugeDecimalInitZero(SHugeDecimal) | Represents method | |
SHugeDecimalIsMinusOne(SHugeDecimal) | Represents method | |
SHugeDecimalIsOne(SHugeDecimal) | Represents method | |
SHugeDecimalIsZero(SHugeDecimal) | Represents method | |
SHugeDecimalNegate(SHugeDecimal) | Represents method | |
SHugeDecimalRound(SHugeDecimal) | Represents method | |
SHugeDecimalSign(SHugeDecimal) | Represents method | |
SHugeDecimalSubtractSHugeDecimal(SHugeDecimal,SHugeDecimal) | Represents method | |
SHugeDecimalToDecimal128(SHugeDecimal) | Represents method | |
SHugeDecimalToDecimal32(SHugeDecimal) | Represents method | |
SHugeDecimalToDecimal64(SHugeDecimal) | Represents method | |
SHugeDecimalToInt32(SHugeDecimal) | Represents method | |
SHugeDecimalToInt64(SHugeDecimal) | Represents method | |
SHugeDecimalToInt8(SHugeDecimal) | Represents method | |
SHugeDecimalToStr(SHugeDecimal) | Represents method | |
SHugeDecimalToWord128(SHugeDecimal) | Represents method | |
SHugeDecimalToWord32(SHugeDecimal) | Represents method | |
SHugeDecimalToWord64(SHugeDecimal) | Represents method | |
SHugeDecimalToWord8(SHugeDecimal) | Represents method | |
SHugeDecimalTrunc(SHugeDecimal) | Represents method | |
StrToDecimal128(String) | Represents method | |
StrToDecimal128B(RawByteString) | Represents method | |
StrToDecimal32(String) | Represents method | |
StrToDecimal32B(RawByteString) | Represents method | |
StrToDecimal64(String) | Represents method | |
StrToDecimal64B(RawByteString) | Represents method | |
StrToHugeDecimal(String,HugeDecimal) | Represents method | |
StrToSDecimal128(String) | Represents method | |
StrToSDecimal128B(RawByteString) | Represents method | |
StrToSDecimal32(String) | Represents method | |
StrToSDecimal32B(RawByteString) | Represents method | |
StrToSDecimal64(String) | Represents method | |
StrToSDecimal64B(RawByteString) | Represents method | |
StrToSHugeDecimal(String,SHugeDecimal) | Represents method | |
TryStrToDecimal128(String,Decimal128) | Represents method | |
TryStrToDecimal128B(RawByteString,Decimal128) | Represents method | |
TryStrToDecimal32(String,Decimal32) | Represents method | |
TryStrToDecimal32B(RawByteString,Decimal32) | Represents method | |
TryStrToDecimal64(String,Decimal64) | Represents method | |
TryStrToDecimal64B(RawByteString,Decimal64) | Represents method | |
TryStrToHugeDecimal(String,HugeDecimal) | Represents method | |
TryStrToSDecimal128(String,SDecimal128) | Represents method | |
TryStrToSDecimal128B(RawByteString,SDecimal128) | Represents method | |
TryStrToSDecimal32(String,SDecimal32) | Represents method | |
TryStrToSDecimal32B(RawByteString,SDecimal32) | Represents method | |
TryStrToSDecimal64(String,SDecimal64) | Represents method | |
TryStrToSDecimal64B(RawByteString,SDecimal64) | Represents method | |
TryStrToSHugeDecimal(String,SHugeDecimal) | Represents method | |
Word128IsDecimal128Range(Word128) | Represents method | |
Word128IsSDecimal128Range(Word128) | Represents method | |
Word32IsDecimal32Range(Word32) | Represents method | |
Word32IsSDecimal32Range(Word32) | Represents method | |
Word64IsDecimal128Range(Word64) | Represents method | |
Word64IsDecimal64Range(Word64) | Represents method | |
Word64IsSDecimal128Range(Word64) | Represents method | |
Word64IsSDecimal64Range(Word64) | Represents method |