Class ActiveRangeExtensions
Extension Methods for ActiveRange
Inheritance
ActiveRangeExtensions
Syntax
public static class ActiveRangeExtensions
Methods
Contains(ActiveRange, ActiveRange)
Returns whether the given range is completely contained within this range
Declaration
public static bool Contains(this ActiveRange range, ActiveRange other)
Parameters
Returns
Contains(ActiveRange, DiscreteTime)
Returns whether the time is within the range
Declaration
public static bool Contains(this ActiveRange range, DiscreteTime t)
Parameters
Returns
IsValid(ActiveRange)
Returns true the range is valid
Declaration
public static bool IsValid(this ActiveRange range)
Parameters
Returns
Length(ActiveRange)
The length of the active range.
Declaration
public static DiscreteTime Length(this ActiveRange range)
Parameters
Returns
Overlaps(ActiveRange, ActiveRange)
Return true if the ranges overlap
Declaration
public static bool Overlaps(this ActiveRange range, ActiveRange other)
Parameters
Returns