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.Conversations.Models.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 |
Acre area unit. |
SquareCentimeter |
Square centimeter area unit. |
SquareDecameter |
Square decameter area unit. |
SquareDecimeter |
Square decimeter area unit. |
SquareFoot |
Square foot area unit. |
SquareHectometer |
Square hectometer area unit. |
SquareInch |
Square inch area unit. |
SquareKilometer |
Square kilometer area unit. |
SquareMeter |
Square meter area unit. |
SquareMile |
Square mile area unit. |
SquareMillimeter |
Square millimeter area unit. |
SquareYard |
Square yard area unit. |
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