Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / IsValidMatrix Method

In This Topic
    IsValidMatrix Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function IsValidMatrix( _
       ByVal matrix() As Double _
    ) As Boolean
    public static bool IsValidMatrix( 
       double[] matrix
    )

    Parameters

    matrix
    See Also