NArrayT, DDivide 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 Divide (
b As T
) As T
public:
virtual T Divide(
T b
) sealed
abstract Divide :
b : 'T -> 'T
override Divide :
b : 'T -> 'T
- b T
- The second operand
Tthe quotient
IArithmeticTDivide(T)