Min (Integer)

Name

Min (Integer)

Syntax

Min (Integer first, Integer second)

Purpose

To return the smaller of two integer values.

Description

Returns the minimum of two integer values.

Return Type

Int64

Parameters

first [System.Int64] – First value

second [System.Int64] – Second value

Example

In this example, we are passing integer values to the function transformation object using a Variables object.

Where,

first = 1234

second = 4321

In the output window, you can see that the smaller integer value has been returned.

Last updated

© Copyright 2023, Astera Software