[]
Gets a value indicating whether this Vector object is zero vector.
public bool IsZero { get; }
Public ReadOnly Property IsZero As Boolean
| Type | Description |
|---|---|
| bool | If this Vector object is zero vector, return true, otherwise, return false. |