Show / Hide Table of Contents

Class ExtenstionHelpers.NumFunc

Inheritance
object
ExtenstionHelpers.NumFunc
Namespace: Xrpl.BinaryCodec
Assembly: Xrpl.BinaryCodec.dll
Syntax
public class ExtenstionHelpers.NumFunc

Properties

| Edit this page View Source

Exponent

Declaration
public int Exponent { get; set; }
Property Value
Type Description
int
| Edit this page View Source

Mantissa

Declaration
public ulong Mantissa { get; set; }
Property Value
Type Description
ulong
| Edit this page View Source

Precision

Declaration
public int Precision { get; set; }
Property Value
Type Description
int
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX