OutputValues クラス
出力値の配列用のヘルパー
継承
System.Object
OutputValues
名前空間: Y2.UsbIO
アセンブリ: Y2.UsbIO.Core.dll
構文
public static class OutputValues
メソッド
FromInt(Int32, Int32)
符号付き32ビット整数値を出力値の配列に変換します。
public static OutputValue[] FromInt(int value, int count)
パラメーター
型 | 名前 | 説明 |
---|---|---|
System.Int32 | value | 変換する数値 |
System.Int32 | count | 生成する配列の数 |
戻り値
型 | 説明 |
---|---|
OutputValue[] | 出力値の配列 |
FromUint(UInt32, Int32)
符号なし32ビット整数値を出力値の配列に変換します。
public static OutputValue[] FromUint(uint value, int count)
パラメーター
型 | 名前 | 説明 |
---|---|---|
System.UInt32 | value | 変換する数値 |
System.Int32 | count | 生成する配列の数 |
戻り値
型 | 説明 |
---|---|
OutputValue[] | 出力値の配列 |
FromUlong(UInt64, Int32)
符号なし64ビット整数値を出力値の配列に変換します。
public static OutputValue[] FromUlong(ulong value, int count)
パラメーター
型 | 名前 | 説明 |
---|---|---|
System.UInt64 | value | 変換する数値 |
System.Int32 | count | 生成する配列の数 |
戻り値
型 | 説明 |
---|---|
OutputValue[] | 出力値の配列 |