RGLMeasureSystem
This page covers the description of the RGLMeasureSystem enumeration
The constants of RGLMeasureSystem
enumeration identify the system for measuring distances and weight.
public class RGLMeasureSystem {
public static final int METRIC = 0;
public static final int IMPERIAL = 1;
}
Constant
Description
METRIC
It's the Metric System of Measurement, which uses the measuring units such as meters and grams and adds prefixes like kilo, milli and centi to count orders of magnitude.
IMPERIAL
It's the Imperial System of Measurement, where things are measured in feet, inches and pounds.
Last updated
Was this helpful?