Length.Multiply Multiply(Length, float) Multiplication operator, scales 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 product as a Length. Multiply(float, Length) Multiplication operator, scales rhs by lhs. 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 product as a Length.