Calendar.FloorDivide Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FloorDivide(Int32, Int32) | |
FloorDivide(Int64, Int64) | |
FloorDivide(Int32, Int32, Int32[]) | |
FloorDivide(Int64, Int32, Int32[]) |
FloorDivide(Int32, Int32)
[Android.Runtime.Register("floorDivide", "(II)I", "", ApiSince=24)]
protected static int FloorDivide (int numerator, int denominator);
[<Android.Runtime.Register("floorDivide", "(II)I", "", ApiSince=24)>]
static member FloorDivide : int * int -> int
Parameters
- numerator
- Int32
- denominator
- Int32
Returns
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
FloorDivide(Int64, Int64)
[Android.Runtime.Register("floorDivide", "(JJ)J", "", ApiSince=24)]
protected static long FloorDivide (long numerator, long denominator);
[<Android.Runtime.Register("floorDivide", "(JJ)J", "", ApiSince=24)>]
static member FloorDivide : int64 * int64 -> int64
Parameters
- numerator
- Int64
- denominator
- Int64
Returns
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
FloorDivide(Int32, Int32, Int32[])
[Android.Runtime.Register("floorDivide", "(II[I)I", "", ApiSince=24)]
protected static int FloorDivide (int numerator, int denominator, int[]? remainder);
[<Android.Runtime.Register("floorDivide", "(II[I)I", "", ApiSince=24)>]
static member FloorDivide : int * int * int[] -> int
Parameters
- numerator
- Int32
- denominator
- Int32
- remainder
- Int32[]
Returns
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Applies to
FloorDivide(Int64, Int32, Int32[])
[Android.Runtime.Register("floorDivide", "(JI[I)I", "", ApiSince=24)]
protected static int FloorDivide (long numerator, int denominator, int[]? remainder);
[<Android.Runtime.Register("floorDivide", "(JI[I)I", "", ApiSince=24)>]
static member FloorDivide : int64 * int * int[] -> int
Parameters
- numerator
- Int64
- denominator
- Int32
- remainder
- Int32[]
Returns
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.