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
Copy Sign

Copies the sign from one number to another number.

Mnemonic
cpysgn
Implementations
Member FBigInteger::CopySign (const FBigInteger &lhs, const FBigInteger &rhs)

Flavor:Static BI ← cpysgn BI BI

Member FBigInteger::CopySign (const FBigInteger &rhs) const

Flavor:Instance BI ← cpysgn BI BI

Member FBigInteger::CopySignIn (const FBigInteger &rhs)

Flavor:Mutating 0 ← cpysgn BI BI

Member UBigIntegerLibrary::CopySign_BigIntegerBigInteger (const FBigInteger &A, const FBigInteger &B)

Flavor:Blueprint BI ← cpysgn BI BI