Ruyi SDK
Namespaces
Ruyi.SDK.Online
Range(T) Class
Range(T) Properties
Range(T) Methods
Click or drag to resizeClick or drag to resize

RangeT Class

[This is preliminary documentation and is subject to change.]

Represents a range of numbers.
Inheritance Hierarchy
SystemObject
  Ruyi.SDK.OnlineRangeT
    Ruyi.SDK.OnlinePlayersRange
    Ruyi.SDK.OnlineTeamsRange

Namespace:  Ruyi.SDK.Online
Assembly:  SDK.RuyiSDKAsync (in SDK.RuyiSDKAsync.dll) Version: 0.9.3.3995
Syntax
C#
Copy
public abstract class Range<T>
where T : new(), Range<T>

Type Parameters

T
The type used with this range.

The RangeT type exposes the following members.

Properties
  NameDescription
Public propertyMax
The maximum value of this range.
Public propertyMin
The minumum value of this range.
Top
Methods
  NameDescription
Public methodStatic memberAtLeast
Creates a range that only has a minimum value.
Public methodStatic memberExactly
Creates a range that has to be exactly one value.
Public methodStatic memberInclusive
Create an inclusive range.
Public methodIsInRange
Check if a value is in range.
Top
See Also

Reference

Ruyi.SDK.Online Namespace

Copyright ©Zhongshan Subor Advanced Technology Co., Ltd. 2017-2018, All right reserved

Send comments on this topic to dev-support@playruyi.com