BinaryOperation<T> Concept

A BinaryFunction object where the return type and the first parameter type of the function call operator are the same type.

Examples

Plus , Minus , Multiplies .

Definition

Line 194 of System.Base/Concept.cm

Refinement

Type Parameters

T

Constraints

T.ResultType is T.FirstArgumentType