Class ExtenstionHelpers.NumFunc
Inheritance
object
ExtenstionHelpers.NumFunc
Namespace: Xrpl.BinaryCodec
Assembly: Xrpl.BinaryCodec.dll
Syntax
public class ExtenstionHelpers.NumFunc
Properties
| Edit this page View SourceExponent
Declaration
public int Exponent { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Mantissa
Declaration
public ulong Mantissa { get; set; }
Property Value
| Type | Description |
|---|---|
| ulong |
Precision
Declaration
public int Precision { get; set; }
Property Value
| Type | Description |
|---|---|
| int |