System::BitConverter::ToDouble メソッド
BitConverter::ToDouble(const System::ArrayPtr<uint8_t>&, int) method
指定されたインデックスから開始する指定された配列の8バイトを、倍精度浮動小数点値に変換します。
static double System::BitConverter::ToDouble(const System::ArrayPtr<uint8_t> &value, int startIndex)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | const System::ArrayPtr<uint8_t>& | 変換するバイトを含む Array |
| startIndex | int | 変換のためにバイトの取得を開始する配列内のインデックス |
ReturnValue
変換結果の倍精度浮動小数点値
参照
- Typedef ArrayPtr
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++
BitConverter::ToDouble(const System::Details::ArrayView<uint8_t>&, int) method
指定されたインデックスから開始する指定された配列の8バイトを、倍精度浮動小数点値に変換します。
static double System::BitConverter::ToDouble(const System::Details::ArrayView<uint8_t> &value, int startIndex)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | const System::Details::ArrayView<uint8_t>& | 変換するバイトを含むArrayView |
| startIndex | int | 変換のためにバイトの取得を開始する配列内のインデックス |
ReturnValue
変換結果の倍精度浮動小数点値
参照
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++