function
floor
floor[T: Floorable](value: T) -> $0
Get the floor value of the given object.
Parameters:
- T (
Floorable
): The type conforming to Floorable.
Args:
- value (
T
): The object to get the floor value of.
Returns:
The floor value of the object.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!
If you'd like to share more information, please report an issue on GitHub
😔 What went wrong?