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