Uses of Enum
ai.rapids.cudf.RoundMode
Packages that use RoundMode
-
Uses of RoundMode in ai.rapids.cudf
Methods in ai.rapids.cudf that return RoundModeModifier and TypeMethodDescriptionstatic RoundModeReturns the enum constant of this type with the specified name.static RoundMode[]RoundMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.rapids.cudf with parameters of type RoundModeModifier and TypeMethodDescriptionRounds all the values in a column to the specified number of decimal places.Rounds all the values in a column with decimal places = 0.