AreaUnit 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 area unit of measurement.
public readonly struct AreaUnit : IEquatable<Azure.AI.Language.Text.AreaUnit>
type AreaUnit = struct
Public Structure AreaUnit
Implements IEquatable(Of AreaUnit)
- Inheritance
-
AreaUnit
- Implements
Constructors
AreaUnit(String) |
Initializes a new instance of AreaUnit. |
Properties
Acre |
Area unit in acres. |
SquareCentimeter |
Area unit in square centimeters. |
SquareDecameter |
Area unit in square decameters. |
SquareDecimeter |
Area unit in square decimeters. |
SquareFoot |
Area unit in square feet. |
SquareHectometer |
Area unit in square hectometers. |
SquareInch |
Area unit in square inches. |
SquareKilometer |
Area unit in square kilometers. |
SquareMeter |
Area unit in square meters. |
SquareMile |
Area unit in square miles. |
SquareMillimeter |
Area unit in square millimeters. |
SquareYard |
Area unit in square yards. |
Unspecified |
Unspecified area unit. |
Methods
Equals(AreaUnit) |
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(AreaUnit, AreaUnit) |
Determines if two AreaUnit values are the same. |
Implicit(String to AreaUnit) |
Converts a string to a AreaUnit. |
Inequality(AreaUnit, AreaUnit) |
Determines if two AreaUnit values are not the same. |
Applies to
Azure SDK for .NET