IOperations<T>.Scale By Power Of Two Method
Multiplies a value by a power of two.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
T ScaleByPowerOfTwo(
T left,
int exponent
)