1
0
Fork 0
hugo/docs/content/en/functions/math/Floor.md

302 B

title description categories keywords params
math.Floor Returns the greatest integer value less than or equal to the given number.
functions_and_methods
aliases returnType signatures
float64
math.Floor VALUE
{{ math.Floor 1.9 }} → 1