Big Float.Scale By Power Of Two Method
Multiplies a BigFloat value by a power of two.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
The number value multiplied by a factor of 2 to the power exponent.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
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. |