डिक्लेरेशन
func Floor(value float) int
go
पैरामीटर्स
इनपुट
नाम | टाइप | विवरण |
---|---|---|
Value | Float | The value to be rounded down |
वापस
टाइप | विवरण |
---|---|
Int | The result of rounding down |
Round the specified value down to the nearest integer.
func Floor(value float) int
go
नाम | टाइप | विवरण |
---|---|---|
Value | Float | The value to be rounded down |
टाइप | विवरण |
---|---|
Int | The result of rounding down |