ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Matrix Class / Value Property

In This Topic
    Value Property (Matrix)
    In This Topic
    Gets the value of the current matrix.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Value As Double
    public virtual double Value {get;}

    Property Value

    A double indicates the value of the this matrix.
    See Also