Interface IMomentRange
A pair of moments representing the start and end of a range.
See Glossary
Namespace: Oasys.AdSec
Assembly: cs.temp.dll.dll
Syntax
public interface IMomentRange
Properties
Max
The end of the range
Declaration
OasysUnits.Moment Max { get; }
Property Value
| Type | Description |
|---|---|
| OasysUnits.Moment |
Min
The start of the range
Declaration
OasysUnits.Moment Min { get; }
Property Value
| Type | Description |
|---|---|
| OasysUnits.Moment |
Methods
Contains(OasysUnits.Moment)
Checks if a given moment is within (or on the boundary of) the range.
Declaration
bool Contains(OasysUnits.Moment moment)
Parameters
| Type | Name | Description |
|---|---|---|
| OasysUnits.Moment | moment | The moment to check |
Returns
| Type | Description |
|---|---|
| System.Boolean |