NArrayT, DLAdd 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 LAdd (
b As D
) As T
public:
virtual T LAdd(
D b
) sealed
abstract LAdd :
b : 'D -> 'T
override LAdd :
b : 'D -> 'T
- b D
- The second operand
Tthe sum
IArrayArithmeticT, OLAdd(O)