|
VolumeUnits Enumeration
|
Represents the units available for a
Volume value.
Namespace:
GSF.Units
Assembly:
GSF.Core (in GSF.Core.dll) Version: 2.2.113-beta
Syntax Public Enumeration VolumeUnits
public enum class VolumeUnits
GSF.Units.VolumeUnits = function();
GSF.Units.VolumeUnits.createEnum('GSF.Units.VolumeUnits', false);
Members
| Member name | Value | Description |
---|
| CubicMeters | 0 |
Cubic meter volume units.
|
| Liters | 1 |
Liter volume units.
|
| Teaspoons | 2 |
Teaspoon volume units.
|
| MetricTeaspoons | 3 |
Metric teaspoon volume units.
|
| Tablespoons | 4 |
Tablespoon volume units.
|
| MetricTablespoons | 5 |
Metric tablespoon volume units.
|
| Cups | 6 |
Cup volume units.
|
| MetricCups | 7 |
Metric cup volume units.
|
| FluidOunces | 8 |
Fluid ounce volume units.
|
| Pints | 9 |
Pint volume units.
|
| Quarts | 10 |
Quart volume units.
|
| Gallons | 11 |
Gallon volume units.
|
| CubicInches | 12 |
Cubic inch volume units.
|
| CubicFeet | 13 |
Cubic feet volume units.
|
See Also