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