ParD0Division(Sca, ParD0) Operator

Divides a scalar by another and returns the resulting scalar.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public static Sca operator /(
	Sca left,
	ParD0 right
)

Parameters

left  Sca
Lhs.
right  ParD0
Rhs.

Return Value

Sca

See Also