Managed Array Functions Of Single.Subtract From Method
Subtracts each element of an array from a value.
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 SubtractFrom(
int length,
float value,
ArraySlice<float> operand,
ArraySlice<float> result
)
Parameters
- length Int32
- The number of elements in the array.
- value Single
- The number to compare to.
- operand ArraySlice<Single>
- The array that holds the operands.
- result ArraySlice<Single>
- The array that holds the results.