Click or drag to resize

MathUtilMinT Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the minimum of one or more values.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static T Min<T>(
	params T[] values
)
where T : Object, IComparable<T>

Parameters

values
Type: T
The candidate values.

Type Parameters

T
The type of the values.

Return Value

Type: T
The minimum value.
See Also