DisplayNumber 構造体 |
名前空間: WodiLib.Ini
[SerializableAttribute] public readonly struct DisplayNumber : IConvertibleInt, IEquatable<DisplayNumber>
DisplayNumber 型は下記のメンバーを公開します。
| 名前 | 説明 | |
|---|---|---|
| DisplayNumber |
コンストラクタ
|
| 名前 | 説明 | |
|---|---|---|
| Equals(Object) | Indicates whether this instance and a specified object are equal. (ValueTypeEquals(Object)をオーバーライド) | |
| Equals(DisplayNumber) |
値を比較する。
| |
| GetHashCode | Returns the hash code for this instance. (ValueTypeGetHashCodeをオーバーライド) | |
| GetType | Gets the Type of the current instance. (Objectから継承) | |
| ToInt |
int に変換する。
| |
| ToInt32 |
int に変換する。
| |
| ToString |
string に変換する。
(ValueTypeToStringをオーバーライド) |
| 名前 | 説明 | |
|---|---|---|
| Equality |
==
| |
| (Int32 to DisplayNumber) |
int -> DisplayNumber への暗黙的な型変換
| |
| (DisplayNumber to Int32) |
DisplayNumber -> int への暗黙的な型変換
| |
| Inequality |
!=
|