IsIdentity Property (Vector)
In This Topic
Gets a value indicating whether this Vector object is indentity vector.
Syntax
'Declaration
Public ReadOnly Property IsIdentity As Boolean
public bool IsIdentity {get;}
Property Value
If this Vector object is indentity vector, return
true, otherwise, return
false.
See Also