Min

The minimum function (min) picks the smaller of two numbers.

Interface

Inputs

ParameterDetailsPossible Types
Value

One of the two numbers, of which the lesser is returned.

Primary Input

f32
f64
string
u32
Other Value

The other of the two numbers, of which the lesser is returned.

Default: 0

f32
f64
string
u32

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

f64
f32
u32
string