Show / Hide Table of Contents

Operator Division

| Improve this Doc View Source

Division(_Double, _Double)

Divides the two specified _Double objects.

Declaration
public static _Double operator /(_Double x, _Double y)
Parameters
Type Name Description
_Double x

A _Double object.

_Double y

A _Double object.

Returns
Type Description
_Double

A _Double expression which contains the result.

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