Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Int64 TruncDiv(Double X, Int64 Divisor) | |
| 2 | Int64 TruncDiv(Int64 X, Int64 Divisor) | |
| 3 | Int64 TruncDivf(Single X, Int64 Divisor) |
Overload 1: Int64 TruncDiv(Double X, Int64 Divisor)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Double | scalar |
| 2 | Divisor | Int64 |
Returns: Int64
Overload 2: Int64 TruncDiv(Int64 X, Int64 Divisor)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Int64 | |
| 2 | Divisor | Int64 |
Returns: Int64
Overload 3: Int64 TruncDivf(Single X, Int64 Divisor)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single | scalar |
| 2 | Divisor | Int64 |
Returns: Int64