Operations<T>.Scale By Power Of Two 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#
A delegate that returns its first argument multiplied by two to the power of its second argument.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.