Length.Division Division(Length, float) Division operator, divides lhs by rhs. Declaration public static Length operator /(Length lhs, float rhs) Parameters Type Name Description Length lhs Left hand side. float rhs Right hand side. Returns Type Description Length The quotient as a Length. Division(float, Length) Division operator, divides lhs by rhs. Declaration public static Length operator /(float lhs, Length rhs) Parameters Type Name Description float lhs Left hand side. Length rhs Right hand side. Returns Type Description Length The quotient as a Length.