| RangeTInclusive Method |
[This is preliminary documentation and is subject to change.]
Create an inclusive range.
Namespace:
Ruyi.SDK.Online
Assembly:
SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntax public static T Inclusive(
int min,
int max
)
Parameters
- min
- Type: SystemInt32
The minimum. - max
- Type: SystemInt32
The maximum.
Return Value
Type:
TThe newly created range.
See Also