Matrix.GreaterThanOrEqual Operator

Are all matrix elements >= val?
public static bool operator >=( 
Matrix matrix
double Scalar 
)
This language is not supported or no code example is available.
public:  
static bool operator >=( 
Matrix^ matrix
double Scalar 
)
This language is not supported or no code example is available.
JScript supports the use of overloaded operators, but not the declaration of new ones.
This language is not supported or no code example is available.

Parameters

matrix
Matrix

Scalar
double

Return Value

bool

In this article

Definition