BaseEntry.DivUnits Method

Sets Units in result to the units of c1 divided by the units of c2.

Does nothing when both c1 and c2 have no units or when result is zero.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.73.9126.0
C#
protected static void DivUnits(
	BaseEntry c1,
	BaseEntry c2,
	BaseEntry result
)

Parameters

c1  BaseEntry
First argument of operation.
c2  BaseEntry
Second argument of operation.
result  BaseEntry
Result of operation to set the units in.

See Also