IArrayArithmeticT, ORDivide Method

Returns the quotient of the a and the object.

Definition

Namespace: Metas.UncLib.Core.Interface
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
T RDivide(
	O a
)

Parameters

a  O
The first operand

Return Value

T
the quotient

See Also