![]() |
Duke's Big Numbers 1.0
C++ and Blueprint libraries for performing math, analysis, and formatting with really large numbers (>10e308).
|
This is the complete list of members for UDecimalFullFormatter, including all inherited members.
| AppendAffix(bool isNegative, const FDecimalNumberFormattingRules &rules, bool alwaysSign, const FString &negative, const FString &positive, FString &string) | Duke::MCultureAwareObject | protectedstatic |
| AppendFullToString(const FBigInteger &number, FString &string) | UDecimalFullFormatter | static |
| AppendPrefix(bool isNegative, const FDecimalNumberFormattingRules &rules, bool alwaysSign, FString &string) | Duke::MCultureAwareObject | protectedstatic |
| AppendSuffix(bool isNegative, const FDecimalNumberFormattingRules &rules, bool alwaysSign, FString &string) | Duke::MCultureAwareObject | protectedstatic |
| AppendToString(const FBigInteger &Number, UPARAM(ref) FString &String) const | UBigIntegerFormatter | |
| EstimateAffix(bool isNegative, const FDecimalNumberFormattingRules &rules, bool alwaysSign, const FString &negative, const FString &positive) | Duke::MCultureAwareObject | protectedstatic |
| EstimateNumberLength(int32 numDecimalDigits, bool isNegative, bool alwaysSign, const FDecimalNumberFormattingRules &rules, const FNumberFormattingOptions &options) | Duke::MCultureAwareObject | protectedstatic |
| EstimatePrefix(bool isNegative, const FDecimalNumberFormattingRules &rules, bool alwaysSign) | Duke::MCultureAwareObject | protectedstatic |
| EstimateSuffix(bool isNegative, const FDecimalNumberFormattingRules &rules, bool alwaysSign) | Duke::MCultureAwareObject | protectedstatic |
| GetAlwaysSign() const | UDecimalFullFormatter | |
| GetCulture() | Duke::MCultureAwareObject | protectedstatic |
| GetDefault() | UDecimalFullFormatter | static |
| GetRadix() const | UBigIntegerFormatter | virtual |
| GetUseGrouping() const | UDecimalFullFormatter | |
| OnAppendToString(const FBigInteger &number, FString &string) const override | UDecimalFullFormatter | virtual |
| ReserveSpaceForNumber(int32 numDecimalDigits, bool isNegative, bool alwaysSign, const FDecimalNumberFormattingRules &rules, const FNumberFormattingOptions &options, FString &string) | Duke::MCultureAwareObject | protectedstatic |
| SetAlwaysSign(bool value) | UDecimalFullFormatter | |
| SetUseGrouping(bool value) | UDecimalFullFormatter | |
| ToFullString(const FBigInteger &number) | UDecimalFullFormatter | static |
| ToString(const FBigInteger &Number) const | UBigIntegerFormatter | |
| UDecimalFullFormatter() | UDecimalFullFormatter |