Show / Hide Table of Contents

Operator LessThanOrEqual

| Improve this Doc View Source

LessThanOrEqual(_Decimal, _Decimal)

Compares the two _Decimal parameters to determine whether the first is less than or equal the second.

Declaration
public static _Boolean operator <=(_Decimal x, _Decimal y)
Parameters
Type Name Description
_Decimal x

A _Decimal object.

_Decimal y

A _Decimal object.

Returns
Type Description
_Boolean

A _Decimal expression which contains the result.

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