System::BitConverter::DoubleToInt64Bits メソッド
BitConverter::DoubleToInt64Bits method
指定された倍精度浮動小数点値の2進表現と等しい 64 ビット整数値を返します。
static int64_t System::BitConverter::DoubleToInt64Bits(double value)
| パラメーター | 型 | 説明 |
|---|---|---|
| value | double | 倍精度浮動小数点値 |
ReturnValue
指定された値と同じ2進表現を持つ 64 ビット整数値
参照
- Class BitConverter
- Namespace System
- Library Aspose.Page for C++