IArrayFunctions<T, TShape, TArray>.SubtractFrom 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#
void SubtractFrom(
	TShape shape,
	T value,
	TArray operand,
	TArray result
)

Parameters

shape  TShape
The number of elements in the array.
value  T
The number to compare to.
operand  TArray
The array that holds the operands.
result  TArray
The array that holds the results.

See Also