Operator operator >=
operator >=(SymbolicTensorDim, int)
Whether a SymbolicTensorDim
is known to be greater than or equal to than a given integer value.
Declaration
public static bool operator >=(SymbolicTensorDim d, int v)
Parameters
Type | Name | Description |
---|---|---|
SymbolicTensorDim | d | The |
int | v | The integer value to compare. |
Returns
Type | Description |
---|---|
bool | The result of the comparison |