LengthUnit 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 length unit of measurement.
public readonly struct LengthUnit : IEquatable<Azure.AI.Language.Text.LengthUnit>
type LengthUnit = struct
Public Structure LengthUnit
Implements IEquatable(Of LengthUnit)
- Inheritance
-
LengthUnit
- Implements
Constructors
LengthUnit(String) |
Initializes a new instance of LengthUnit. |
Properties
Centimeter |
Length unit in centimeters. |
Decameter |
Length unit in decameters. |
Decimeter |
Length unit in decimeters. |
Foot |
Length unit in feet. |
Hectometer |
Length unit in hectometers. |
Inch |
Length unit in inches. |
Kilometer |
Length unit in kilometers. |
LightYear |
Length unit in light years. |
Meter |
Length unit in meters. |
Micrometer |
Length unit in micrometers. |
Mile |
Length unit in miles. |
Millimeter |
Length unit in millimeters. |
Nanometer |
Length unit in nanometers. |
Picometer |
Length unit in picometers. |
Point |
Length unit in points. |
Unspecified |
Unspecified length unit. |
Yard |
Length unit in yards. |
Methods
Equals(LengthUnit) |
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(LengthUnit, LengthUnit) |
Determines if two LengthUnit values are the same. |
Implicit(String to LengthUnit) |
Converts a string to a LengthUnit. |
Inequality(LengthUnit, LengthUnit) |
Determines if two LengthUnit values are not the same. |
Applies to
Azure SDK for .NET