Show / Hide Table of Contents

Operator Modulus

| Improve this Doc View Source

Modulus(_Single, _Single)

Computes the remainder after dividing the first _Single parameter by the second.

Declaration
public static _Single operator %(_Single x, _Single y)
Parameters
Type Name Description
_Single x

A _Single object.

_Single y

A _Single object.

Returns
Type Description
_Single

A _Single expression which contains the result.

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