UtilsValidateInclusiveRangeT Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Validate the value is in between the specified range [min,max]
Namespace:
Telogis.GeoBase.GeoStream.Server.NWF
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public static void ValidateInclusiveRange<T>(
T value,
T min,
T max
)
where T : struct, new(), IComparable<T>
Public Shared Sub ValidateInclusiveRange(Of T As {Structure, New, IComparable(Of T)}) (
value As T,
min As T,
max As T
)
Parameters
- value
- Type: T
- min
- Type: T
- max
- Type: T
Type Parameters
- T
See Also