次の方法で共有


BitConverter.Int64BitsToDouble メソッド

指定した 64 ビット符号付き整数を倍精度浮動小数点数に変換します。

Public Shared Function Int64BitsToDouble( _
   ByVal value As Long _) As Double
[C#]
public static double Int64BitsToDouble(longvalue);
[C++]
public: static double Int64BitsToDouble(__int64value);
[JScript]
public static function Int64BitsToDouble(
   value : long) : double;

パラメータ

  • value
    変換する数値。

戻り値

value と等価の値を持つ倍精度浮動小数点数。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

BitConverter クラス | BitConverter メンバ | System 名前空間