BottomTransform
open class BottomTransform : AmountTransform, @unchecked Sendable
Represents the bottom* transformations.
-
Declaration
Swift
override open func copyMutable() -> DataValueReturn Value
A clone of this value if it (together with all value subcomponents) is possibly mutable, or return
selfvalue if it (together with all value subcomponents) is definitely immutable. The resulting value might share mutable metadata with this query. -
Creates a ‘bottomcount’ transformation.
Declaration
Swift
open class func count(amount: Int, value: DataValue) -> BottomTransformParameters
amountThe amount to be applied.
valueThe value by which the transformation will compare the instances in the entity set.
Return Value
The BottomTransform item.
-
Creates a ‘bottompercent’ transformation.
Declaration
Swift
open class func percent(amount: Double, value: DataValue) -> BottomTransformParameters
amountThe amount to be applied.
valueThe value by which the transformation will compare the instances in the entity set.
Return Value
The BottomTransform item.
-
Creates a ‘bottomsum’ transformation.
Declaration
Swift
open class func sum(amount: Double, value: DataValue) -> BottomTransformParameters
amountThe amount to be applied.
valueThe value by which the transformation will compare the instances in the entity set.
Return Value
The BottomTransform item.