Show / Hide Table of Contents

Operator Modulus

| Improve this Doc View Source

Modulus(_Decimal, _Decimal)

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

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

A _Decimal object.

_Decimal y

A _Decimal object.

Returns
Type Description
_Decimal

A _Decimal expression which contains the result.

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