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 93 of file STNumber.h.

Member Data Documentation

◆ mantissa

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

Definition at line 95 of file STNumber.h.

◆ exponent

int ripple::NumberParts::exponent = 0

Definition at line 96 of file STNumber.h.

◆ negative

bool ripple::NumberParts::negative = false

Definition at line 97 of file STNumber.h.