BottomTransform
open class BottomTransform: AmountTransform
Represents the Bottom* transformation items.
-
Creates a
bottomcount
transformation item.Declaration
Swift
open class func count(amount: Int, value: DataValue) throws -> BottomTransform
Parameters
amount
The amount to be applied.
value
The value by which the transformation will compare the instances in the entity set.
Return Value
The BottomTransform item.
-
Creates a
bottompercent
transformation item.Declaration
Swift
open class func percent(amount: Double, value: DataValue) throws -> BottomTransform
Parameters
amount
The amount to be applied.
value
The value by which the transformation will compare the instances in the entity set.
Return Value
The BottomTransform item.
-
Creates a
bottomsum
transformation item.Declaration
Swift
open class func sum(_ amount: Double, as value: DataValue) throws -> BottomTransform
Parameters
amount
The amount to be applied.
value
The value by which the transformation will compare the instances in the entity set.
Return Value
The BottomTransform item.