Type Property 型プロパティ

zero

The zero value. ゼロ値。

Declaration 宣言

static var zero: Float { get }

Discussion 解説

Zero is the identity element for addition. For any value, x + .zero == x and .zero + x == x. ゼロは加算に対する単位元です。あらゆる値に対して、x + .zero == xかつ.zero + x == x

See Also 参照

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