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