IGroupOperations<T>.Subtract Method

Subtracts one value from another.

Definition

Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
T Subtract(
	T a,
	T b
)

Parameters

a  T
A value.
b  T
A value.

Return Value

T

See Also