Sprache

Math.CeilDivExact Methode

Definition

Überlädt

Name Beschreibung
CeilDivExact(Int32, Int32)

Gibt x dividiert durch y, gerundet auf positive Unendlichkeit.

CeilDivExact(Int64, Int64)

Gibt x dividiert durch y, gerundet auf positive Unendlichkeit.

CeilDivExact(Int32, Int32)

Gibt x dividiert durch y, gerundet auf positive Unendlichkeit.

[Android.Runtime.Register("ceilDivExact", "(II)I", "", ApiSince=35)]
public static int CeilDivExact(int x, int y);
[<Android.Runtime.Register("ceilDivExact", "(II)I", "", ApiSince=35)>]
static member CeilDivExact : int * int -> int

Parameter

x
Int32

Der Dividend

y
Int32

Der Divisor

Gibt zurück

Der Quotient rundet auf positive Unendlichkeit ab.

Attribute

Ausnahmen

wenn y null oder das Ergebnis überläuft.

Hinweise

Löst aus, wenn y null oder das Ergebnis überläuft.

Gilt für:

CeilDivExact(Int64, Int64)

Gibt x dividiert durch y, gerundet auf positive Unendlichkeit.

[Android.Runtime.Register("ceilDivExact", "(JJ)J", "", ApiSince=35)]
public static long CeilDivExact(long x, long y);
[<Android.Runtime.Register("ceilDivExact", "(JJ)J", "", ApiSince=35)>]
static member CeilDivExact : int64 * int64 -> int64

Parameter

x
Int64

Der Dividend

y
Int64

Der Divisor

Gibt zurück

Der Quotient rundet auf positive Unendlichkeit ab.

Attribute

Ausnahmen

wenn y null oder das Ergebnis überläuft.

Hinweise

Löst aus, wenn y null oder das Ergebnis überläuft.

Gilt für: