Instance Property インスタンスプロパティ

debugDescription

A textual representation of the value, suitable for debugging. その値のテキスト表現、デバッグに適するもの。

Declaration 宣言

var debugDescription: String { get }

Discussion 解説

This property has the same value as the description property, except that NaN values are printed in an extended format. このプロパティは、descriptionプロパティと同じ値を持ちます、NaN値が拡張フォーマットにおいて出力されることを除いて。

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Describing a Float Floatを記述する