RangeFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Utility class for creating IRingRange values.
public static class RangeFactory
type RangeFactory = class
Public Class RangeFactory
- Inheritance
-
RangeFactory
Fields
RING_SIZE |
The ring size. |
Methods
CreateFullRange() |
Creates the full range. |
CreateRange(List<IRingRange>) |
Creates a new IRingRange representing the union of all provided ranges. |
CreateRange(UInt32, UInt32) |
Creates a new IRingRange representing the values between the exclusive lower bound, |
GetSubRanges(IRingRange) |
Gets the contiguous sub-ranges represented by the provided range. |