Operations<T>.Multiply Sum Method
Multiplies a number and the sum of two other numbers.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The product of a, and the sum of b and c.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static T MultiplySum(
T a,
T b,
T c
)
Parameters
Return Value
TThe product of a, and the sum of b and c.