Interval Constructor (Int64, Int64) |
Constructor.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public Interval(
long start,
long end
)
Public Sub New (
start As Long,
end As Long
)
public:
Interval(
long long start,
long long end
)
new :
start : int64 *
end : int64 -> Interval
Parameters
- start
- Type: SystemInt64
The start. - end
- Type: SystemInt64
The end.
Exceptions Exception | Condition |
---|
ArgumentOutOfRangeException |
Thrown when one or more arguments are outside the required range.
|
See Also