Returns the sum of two numbers.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static T Add(
T a,
T b
)
Public Shared Function Add (
a As T,
b As T
) As T
public:
static T Add(
T a,
T b
)
static member Add :
a : 'T *
b : 'T -> 'T
Parameters
- a
- Type: T
- b
- Type: T
Return Value
Type:
T
Reference