次の方法で共有


ProductLengthHeightWidthUnit 構造体

定義

長さ、高さ、および幅の寸法の単位。

public readonly struct ProductLengthHeightWidthUnit : IEquatable<Azure.ResourceManager.EdgeOrder.Models.ProductLengthHeightWidthUnit>
type ProductLengthHeightWidthUnit = struct
Public Structure ProductLengthHeightWidthUnit
Implements IEquatable(Of ProductLengthHeightWidthUnit)
継承
ProductLengthHeightWidthUnit
実装

コンストラクター

ProductLengthHeightWidthUnit(String)

ProductLengthHeightWidthUnit の新しいインスタンスを初期化します。

プロパティ

CM

センチメートル。

IN

インチ、米国西部に適用されます。

メソッド

Equals(ProductLengthHeightWidthUnit)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(ProductLengthHeightWidthUnit, ProductLengthHeightWidthUnit)

2 つの ProductLengthHeightWidthUnit 値が同じかどうかを判断します。

Implicit(String to ProductLengthHeightWidthUnit)

文字列を ProductLengthHeightWidthUnit に変換します。

Inequality(ProductLengthHeightWidthUnit, ProductLengthHeightWidthUnit)

2 つの ProductLengthHeightWidthUnit 値が同じでないかどうかを判断します。

適用対象