Show / Hide Table of Contents

Operator LessThanOrEqual

| Improve this Doc View Source

LessThanOrEqual(_Single, _Single)

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

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

A _Single object.

_Single y

A _Single object.

Returns
Type Description
_Boolean

A _Single expression which contains the result.

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