NArrayT, DAdd Method
Returns the sum of the object and b.
Namespace: Metas.UncLib.Core.NdimsAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
Public Function Add (
b As T
) As T
public:
virtual T Add(
T b
) sealed
abstract Add :
b : 'T -> 'T
override Add :
b : 'T -> 'T
- b T
- The second operand
Tthe sum
IArithmeticTAdd(T)