Merge branch 'master' of e.coding.net:rosydev/baseapi
This commit is contained in:
@@ -534,3 +534,7 @@ func IntSlice2Int64(intList []int) (outList []int64) {
|
|||||||
}
|
}
|
||||||
return outList
|
return outList
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func Int2Float64(i int) (f float64) {
|
||||||
|
return Str2Float64(Int64ToStr(int64(i)))
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user