NArrayT, DRAdd Method
Returns the sum of a and the object.
Namespace: Metas.UncLib.Core.NdimsAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
Public Function RAdd (
a As D
) As T
public:
virtual T RAdd(
D a
) sealed
abstract RAdd :
a : 'D -> 'T
override RAdd :
a : 'D -> 'T
- a D
- The first operand
Tthe sum
IArrayArithmeticT, ORAdd(O)