Multiplies a
BigFloat value by a power of two.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Shared Function ScaleByPowerOfTwo ( _
value As BigFloat, _
exponent As Integer _
) As BigFloat
|
Return Value
The number
value multiplied by a factor of 2 to the power
exponent.
Remarks
Exceptions
See Also