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