Structure

Double

A double-precision, floating-point value type. 倍精度、浮動小数点値型。

Declaration 宣言

@frozen struct Double

Topics 話題

Converting Integers 整数の変換

Converting Strings 文字列の変換

Converting Floating-Point Values 浮動小数点値の変換

Converting with No Loss of Precision 精度の損失なしに変換する

These initializers result in nil if the value passed can't be represented without any loss of precision. これらのイニシャライザは、渡された値が何ら精度の損失なしに表現できないならばnilという結果になります。

Creating a Random Value 無作為な値を作成する

Performing Calculations 計算の実行

Rounding Values 値を丸める

Comparing Values 値の比較

Finding the Sign and Magnitude 符号と規模を見つける

Querying a Double Doubleに問い合わせる

Accessing Numeric Constants 数に関する定数にアクセスする

Working with Binary Representation バイナリ表現を扱う

Querying a Double's State Doubleの状態を問い合わせる

Encoding and Decoding Values 値をエンコードおよびデコードする

Creating a Range 範囲を作成する

Describing a Double あるDoubleの記述

Using a Double as a Data Value 不動小数点数をデータ値として使う

Infrequently Used Functionality 滅多に使われない機能性

SIMD-Supporting Types SIMD支援型

Deprecated 非推奨

See Also 参照

Standard Library 標準ライブラリ