FMUtilities.

Min(int, int, int) Method

Summary

Returns the lowest value.
Assembly
FlexiMotion.dll
Namespace
FlexiMotion
Containing Type
FMUtilities

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static int Min(int a, int b, int c)

Attributes

Type Description
MethodImplAttribute

Parameters

Name Type Description
a int
b int
c int

Return Value

Type Description
int