ColorHelpers.Max method

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

Max(double, double, double)

Static

Returns the maximum value of a, b and c.

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

Parameters

a Double

The first value.

b Double

The second value.

c Double

The third value.

Returns

The maximum value.

Max(float, float, float)

Static

Returns the maximum value of a, b and c.

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

Parameters

a Single

The first value.

b Single

The second value.

c Single

The third value.

Returns

The maximum value.