Operations<T>.ScaleByPowerOfTwo Property

Multiplies a value by a power of two.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static Func<T, int, T> ScaleByPowerOfTwo { get; }

Property Value

Func<T, Int32, T>
A delegate that returns its first argument multiplied by two to the power of its second argument.

See Also