Managed Array Functions.Subtract From Method
Subtracts each element of an array from a value.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra.Implementation
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override void SubtractFrom(
int length,
double value,
ArraySlice<double> operand,
ArraySlice<double> result
)
Parameters
- length Int32
- The number of elements in the array.
- value Double
- The number to compare to.
- operand ArraySlice<Double>
- The array that holds the operands.
- result ArraySlice<Double>
- The array that holds the results.