Managed Array Functions Of Single.Multiply Method
Multiplies each element of an array by the corresponding element in another array.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra.Implementation
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
C#
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
public override void Multiply(
int length,
ArraySlice<float> first,
ArraySlice<float> second,
ArraySlice<float> result
)
Parameters
- length Int32
- The number of elements in the array.
- first ArraySlice<Single>
- The array that holds the first operands.
- second ArraySlice<Single>
- The array that holds the second operands.
- result ArraySlice<Single>
- The array that holds the results.