Uses of Class
com.azure.analytics.purview.datamap.models.RoundingMode
Packages that use RoundingMode
Package
Description
Package containing the data models for PurviewDataMap.
-
Uses of RoundingMode in com.azure.analytics.purview.datamap.models
Fields in com.azure.analytics.purview.datamap.models declared as RoundingModeModifier and TypeFieldDescriptionstatic final RoundingModeRoundingMode.CEILINGceiling.static final RoundingModeRoundingMode.DOWNdown.static final RoundingModeRoundingMode.FLOORfloor.static final RoundingModeRoundingMode.HALF_DOWNhalf down.static final RoundingModeRoundingMode.HALF_EVENhalf even.static final RoundingModeRoundingMode.HALF_UPhalf up.static final RoundingModeRoundingMode.UNNECESSARYunnecessary.static final RoundingModeRoundingMode.UPup.Methods in com.azure.analytics.purview.datamap.models that return RoundingModeModifier and TypeMethodDescriptionstatic RoundingModeRoundingMode.fromString(String name) Creates or finds a RoundingMode from its string representation.NumberFormat.getRoundingMode()Get the roundingMode property: The enum of rounding mode.Methods in com.azure.analytics.purview.datamap.models that return types with arguments of type RoundingModeModifier and TypeMethodDescriptionstatic Collection<RoundingMode> RoundingMode.values()Gets known RoundingMode values.Methods in com.azure.analytics.purview.datamap.models with parameters of type RoundingModeModifier and TypeMethodDescriptionNumberFormat.setRoundingMode(RoundingMode roundingMode) Set the roundingMode property: The enum of rounding mode.