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