Duke's Big Numbers 1.0
C++ and Blueprint libraries for performing math, analysis, and formatting with really large numbers (>10e308).
Loading...
Searching...
No Matches
Clamp

Clamps a number to be between two other numbers, inclusively.

Mnemonic
clamp
Implementations
Member FBigInteger::Clamp (const FBigInteger &value, const FBigInteger &min, const FBigInteger &max)

Flavor:Static BI ← clamp BI BI BI

Member FBigInteger::Clamp (const FBigInteger &min, const FBigInteger &max) const

Flavor:Instance BI ← clamp BI BI BI

Member FBigInteger::ClampIn (const FBigInteger &min, const FBigInteger &max)

Flavor:Mutating 0 ← clamp BI BI BI

Member FBigInteger::CountPrecisionBits () const

Flavor:Instance I4 ← clamp BI

Member UBigIntegerLibrary::Clamp_BigInteger (const FBigInteger &Value, const FBigInteger &Min, const FBigInteger &Max)

Flavor:Blueprint BI ← clamp BI BI BI