Show / Hide Table of Contents

    Min

    Compares two values and saves the lowest value in a property.

    Namespace: Math

    Syntax

    MACRO

    Void Math.Min(String result, Object x, Object y)

    HTTP

    http://[ip]:4430/titan/script/2/Math/Min?result={string}&x={}&y={}

    Parameters

    result ( String ) : The property to save the result of the operation in.

    x ( Object ) : The value to compare with y.

    y ( Object ) : The value to compare with x.

    Back to top Copyright © 2025 Avolites Ltd.