ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Vector Class / IsIdentity Property

In This Topic
    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