ColorHelpers.Min method

Version 1.0.2
.NET Framework 4.7
Namespace Skybrud.Colors
Assembly Skybrud.Colors.dll

Min(double, double, double)

Static

Returns the minimum value of a, b and c.

public static double Min(double a, double b, double c)

Parameters

a Double

The first value.

b Double

The second value.

c Double

The third value.

Returns

The minimum value.

Min(float, float, float)

Static

Returns the minimum value of a, b and c.

public static float Min(float a, float b, float c)

Parameters

a Single

The first value.

b Single

The second value.

c Single

The third value.

Returns

The minimum value.