VolumeUnit Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Volume Unit of measurement.
public readonly struct VolumeUnit : IEquatable<Azure.AI.Language.Text.VolumeUnit>
type VolumeUnit = struct
Public Structure VolumeUnit
Implements IEquatable(Of VolumeUnit)
- Inheritance
-
VolumeUnit
- Implements
Constructors
VolumeUnit(String) |
Initializes a new instance of VolumeUnit. |
Properties
Barrel |
Volume unit in barrels. |
Bushel |
Volume unit in bushels. |
Centiliter |
Volume unit in centiliters. |
Cord |
Volume unit in cords. |
CubicCentimeter |
Volume unit in cubic centimeters. |
CubicFoot |
Volume unit in cubic feet. |
CubicInch |
Volume unit in cubic inches. |
CubicMeter |
Volume unit in cubic meters. |
CubicMile |
Volume unit in cubic miles. |
CubicMillimeter |
Volume unit in cubic millimeters. |
CubicYard |
Volume unit in cubic yards. |
Cup |
Volume unit in cups. |
Decaliter |
Volume unit in decaliters. |
FluidDram |
Volume unit in fluid drams. |
FluidOunce |
Volume unit in fluid ounces. |
Gill |
Volume unit in gills. |
Hectoliter |
Volume unit in hectoliters. |
Hogshead |
Volume unit in hogsheads. |
Liter |
Volume unit in liters. |
Milliliter |
Volume unit in milliliters. |
Minim |
Volume unit in minims. |
Peck |
Volume unit in pecks. |
Pinch |
Volume unit in pinches. |
Pint |
Volume unit in pints. |
Quart |
Volume unit in quarts. |
Tablespoon |
Volume unit in tablespoons. |
Teaspoon |
Volume unit in teaspoons. |
Unspecified |
Unspecified volume unit. |
Methods
Equals(VolumeUnit) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(VolumeUnit, VolumeUnit) |
Determines if two VolumeUnit values are the same. |
Implicit(String to VolumeUnit) |
Converts a string to a VolumeUnit. |
Inequality(VolumeUnit, VolumeUnit) |
Determines if two VolumeUnit values are not the same. |
Applies to
Azure SDK for .NET