Show / Hide Table of Contents

Operator GreaterThanOrEqual

| Improve this Doc View Source

GreaterThanOrEqual(_Double, _Double)

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

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

A _Double object.

_Double y

A _Double object.

Returns
Type Description
_Boolean

A _Double expression which contains the result.

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