public static LinearUnit Feet {get;}
Public Shared ReadOnly Property Feet As LinearUnit
public static LinearUnit Feet {get;}
Public Shared ReadOnly Property Feet As LinearUnit
// convert 10 feet to meters double metres = LinearUnit.Feet.ConvertToMeters(10); // convert 20 meters to feet double feet = LinearUnit.Feet.ConvertFromMeters(20.0);
Target Platforms: Windows 10, Windows 8.1