MathUtilMaxT Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns the maximum of one or more values.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static T Max<T>(
params T[] values
)
where T : Object, IComparable<T>
Public Shared Function Max(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 maximum value.
See Also