UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FastDecimalFormat::Internal::FDecimalNumberFractionalLimits Struct Reference

#include <FastDecimalFormat.h>

Public Member Functions

 FDecimalNumberFractionalLimits (double InLowest, double InMax)
 

Static Public Member Functions

template<typename FloatingType >
static FDecimalNumberFractionalLimits FromNumericLimits ()
 

Public Attributes

double NumericLimitLowest
 
double NumericLimitMax
 

Constructor & Destructor Documentation

◆ FDecimalNumberFractionalLimits()

FastDecimalFormat::Internal::FDecimalNumberFractionalLimits::FDecimalNumberFractionalLimits ( double  InLowest,
double  InMax 
)
inline

Member Function Documentation

◆ FromNumericLimits()

template<typename FloatingType >
static FDecimalNumberFractionalLimits FastDecimalFormat::Internal::FDecimalNumberFractionalLimits::FromNumericLimits ( )
inlinestatic

Member Data Documentation

◆ NumericLimitLowest

double FastDecimalFormat::Internal::FDecimalNumberFractionalLimits::NumericLimitLowest

◆ NumericLimitMax

double FastDecimalFormat::Internal::FDecimalNumberFractionalLimits::NumericLimitMax

The documentation for this struct was generated from the following file: