Length.Implicit Implicit(float to Length) Converts a float, f to a Value Length. Declaration public static implicit operator Length(float f) Parameters Type Name Description float f The length in units, Value. Returns Type Description Length