Big Float.Scale By Power Of Two Method
Multiplies a BigFloat value by a power of two.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The number value multiplied by a factor of 2 to the power exponent.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static BigFloat ScaleByPowerOfTwo(
BigFloat value,
int exponent
)
Parameters
Return Value
BigFloatThe number value multiplied by a factor of 2 to the power exponent.
Remarks
The return value inherits the relative precision from value.
Exceptions
Argument | value is null. |