Duke's Big Numbers 1.0
C++ and Blueprint libraries for performing math, analysis, and formatting with really large numbers (>10e308).
|
#include "BigIntegerParserLibrary.h"
Static Public Member Functions | |
static FBigInteger | ParseBigIntegerFromInvariantDecimal_String (const FString &In) |
static FBigInteger | ParseBigIntegerFromInvariantHexadecimal_String (const FString &In) |
static ESuccessFail | TryParseBigIntegerFromInvariantDecimal_String (const FString &In, FBigInteger &Number) |
static ESuccessFail | TryParseBigIntegerFromInvariantHexadecimal_String (const FString &In, FBigInteger &Number) |
Blueprintable functions for parsing BigIntegers
|
staticFlavor:Blueprint |
Parses an invariant decimal number from a string
In | The string representation of the number |
BI ← parsd S
|
staticFlavor:Blueprint |
Parses an invariant hexadecimal number from a string
In | The string representation of the number |
BI ← parsh S
|
staticFlavor:Blueprint |
Parses an invariant decimal number from a string
In | The string representation of the number |
Number | On return, contains the parsed number |
B ← tparsd S BI&
|
staticFlavor:Blueprint |
Parses an invariant hexadecimal number from a string
In | The string representation of the number |
Number | On return, contains the parsed number |
B ← tparsh S BI&