Min function – Multichannel Systems NeuroExplorer User Manual
Page 290
5.5.13.10. min Function
min Function
Returns the minimum of two numbers.
Syntax
double min(double x, double y)
Parameters
Parameter
Type
Description
x
double
Numeric value.
y
double
Numeric value.
Returns
Returns minimum of x and y.
Comments
None
Usage
NexScript
x = 4
y = 2
z = min(x, y)
See Also
Introduction to NexScript Programming
Page 288