Show / Hide Table of Contents

Operator Modulus

| Improve this Doc View Source

Modulus(_Byte, _Byte)

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

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

A _Byte object.

_Byte y

A _Byte object.

Returns
Type Description
_Byte

A _Byte expression which contains the result.

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