Skip to content
Xusinboy Bekchanov edited this page Nov 6, 2023 · 3 revisions

Min Define

Syntax

#define Min(a, b) IIf((a) < (b), (a), (b))

Parameters

Part Type Description
a Required.
b Required.
Clone this wiki locally