public static Length DivideBy( Length unit, float divisor )
'Declaration Public Shared Function DivideBy( _ ByVal unit As Length, _ ByVal divisor As Single _ ) As Length
var length = new Length("2in"); var result = Length.DivideBy(length, 2); // 1in
Length Structure Length Members