NArrayT, DLDivide Method
Returns the quotient 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 LDivide (
b As D
) As T
public:
virtual T LDivide(
D b
) sealed
abstract LDivide :
b : 'D -> 'T
override LDivide :
b : 'D -> 'T
- b D
- The second operand
Tthe quotient
IArrayArithmeticT, OLDivide(O)