Compartir a través de


SplitToIntervals Method

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicSharedFunctionSplitToIntervals ( _
    disjointIntervalsAsList(OfInterval), _
    intervalAsInterval(OfInteger) _
) AsList(OfInterval)
'Usage
DimdisjointIntervalsAsList(OfInterval)
DimintervalAsInterval(OfInteger)
DimreturnValueAsList(OfInterval)

returnValue = Interval.SplitToIntervals(disjointIntervals, _
    interval)
publicstaticList<Interval> SplitToIntervals(
    List<Interval> disjointIntervals,
    Interval<int> interval
)
public:
staticList<Interval^>^ SplitToIntervals(
    List<Interval^>^ disjointIntervals, 
    Interval<int>^ interval
)
publicstaticfunctionSplitToIntervals(
    disjointIntervals : List<Interval>, 
    interval : Interval<int>
) : List<Interval>

Parameters

Return Value

Type: System.Collections.Generic. . :: . .List< (Of < ( <'Interval> ) > ) >

.NET Framework Security

See Also

Reference

Interval Class

Interval Members

System.Dataflow Namespace