Multiplies a quadruple-precision value by a power of two.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Quad ScaleByPowerOfTwo(
Quad value,
int exponent
)
Public Shared Function ScaleByPowerOfTwo (
value As Quad,
exponent As Integer
) As Quad
public:
static Quad ScaleByPowerOfTwo(
Quad value,
int exponent
)
static member ScaleByPowerOfTwo :
value : Quad *
exponent : int -> Quad
Parameters
- value
- Type: Extreme.MathematicsQuad
The number to multiply. - exponent
- Type: SystemInt32
The exponent of the power of two.
Return Value
Type:
QuadThe number
value multiplied by
a factor of 2 to the power
exponent.
Reference