Sprache

Math.FloorDivExact Methode

Definition

Überlädt

Name Beschreibung
FloorDivExact(Int32, Int32)

Gibt x dividiert durch y, gerundet auf negative Unendlichkeit.

FloorDivExact(Int64, Int64)

Gibt x dividiert durch y, gerundet auf negative Unendlichkeit.

FloorDivExact(Int32, Int32)

Gibt x dividiert durch y, gerundet auf negative Unendlichkeit.

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

Parameter

x
Int32

Der Dividend

y
Int32

Der Divisor

Gibt zurück

Der Quotient ist auf negative Unendlichkeit gerundet.

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:

FloorDivExact(Int64, Int64)

Gibt x dividiert durch y, gerundet auf negative Unendlichkeit.

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

Parameter

x
Int64

Der Dividend

y
Int64

Der Divisor

Gibt zurück

Der Quotient ist auf negative Unendlichkeit gerundet.

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: