BottomTransform

open class BottomTransform : AmountTransform

Represents the Bottom* transformation items.

  • Declaration

    Swift

    override open func copyMutable() -> DataValue

    Return Value

    A clone of this value if it (together with all value subcomponents) is possibly mutable, or return self value if it (together with all value subcomponents) is definitely immutable. The resulting value might share mutable metadata with this query.

  • Creates a “bottomcount” transformation item.

    Declaration

    Swift

    open class func count(amount: Int, value: DataValue) -> 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) -> 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, value: DataValue) -> 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.