MathUtilMinT Method | |
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>
Public Shared Function Min(Of T As {Object, IComparable(Of T)}) (
ParamArray values As T()
) As T
Parameters
- values
- Type: T
The candidate values.
Type Parameters
- T
- The type of the values.
Return Value
Type:
TThe minimum value.
See Also