rippled
Loading...
Searching...
No Matches
Public Attributes | List of all members
ripple::NumberParts Struct Reference

#include <STNumber.h>

Collaboration diagram for ripple::NumberParts:
Collaboration graph
[legend]

Public Attributes

std::uint64_t mantissa = 0
 
int exponent = 0
 
bool negative = false
 

Detailed Description

Definition at line 74 of file STNumber.h.

Member Data Documentation

◆ mantissa

std::uint64_t ripple::NumberParts::mantissa = 0

Definition at line 76 of file STNumber.h.

◆ exponent

int ripple::NumberParts::exponent = 0

Definition at line 77 of file STNumber.h.

◆ negative

bool ripple::NumberParts::negative = false

Definition at line 78 of file STNumber.h.