OutputLogic クラス
継承
System.Object
OutputLogic
アセンブリ: Y2.UsbIO.Core.dll
構文
public sealed class OutputLogic : IEquatable<OutputLogic>
フィールド
Negative
public static readonly OutputLogic Negative
フィールド値
Positive
public static readonly OutputLogic Positive
フィールド値
プロパティ
Value
public ushort Value { get; }
プロパティ値
メソッド
ToString()
public override string ToString()
戻り値
オーバーライド
System.Object.ToString()
ToString(CultureInfo)
public string ToString(CultureInfo cultureInfo)
パラメーター
型 |
名前 |
説明 |
System.Globalization.CultureInfo |
cultureInfo |
|
戻り値
オペレーター
Implicit(Int32 to OutputLogic)
public static implicit operator OutputLogic(int value)
パラメーター
型 |
名前 |
説明 |
System.Int32 |
value |
|
戻り値
Implicit(UInt16 to OutputLogic)
public static implicit operator OutputLogic(ushort value)
パラメーター
型 |
名前 |
説明 |
System.UInt16 |
value |
|
戻り値