Interface IInterval2<TX, TY>
Namespace: Acoustics.Shared.ImageSharp
Assembly: Acoustics.Shared.dll
Syntax
public interface IInterval2<TX, TY>
where TX : struct, IComparable<TX>, IFormattable where TY : struct, IComparable<TY>, IFormattable
Type Parameters
Name | Description |
---|---|
TX | |
TY |
Properties
| Improve this Doc View SourceX
Declaration
Interval<TX> X { get; }
Property Value
Type | Description |
---|---|
Interval<TX> |
Y
Declaration
Interval<TY> Y { get; }
Property Value
Type | Description |
---|---|
Interval<TY> |