Show / Hide Table of Contents

Operator GreaterThanOrEqual

| Improve this Doc View Source

GreaterThanOrEqual(_Int32, _Int32)

Compares the two _Int32 parameters to determine whether the first is greater than or equal the second.

Declaration
public static _Boolean operator >=(_Int32 x, _Int32 y)
Parameters
Type Name Description
_Int32 x

A _Int32 object.

_Int32 y

A _Int32 object.

Returns
Type Description
_Boolean

A _Int32 expression which contains the result.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest