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.
protected static void DivUnits(
BaseEntry c1,
BaseEntry c2,
BaseEntry result
)
Protected Shared Sub DivUnits (
c1 As BaseEntry,
c2 As BaseEntry,
result As BaseEntry
)
protected:
static void DivUnits(
BaseEntry^ c1,
BaseEntry^ c2,
BaseEntry^ result
)
static member DivUnits :
c1 : BaseEntry *
c2 : BaseEntry *
result : BaseEntry -> unit