Ejemplo n.º 1
0
 /// <summary>
 /// Creates a coordinate for use in this sequence.
 /// </summary>
 /// <remarks>
 /// The coordinate is created supporting the same number of <see cref="Dimension"/> and <see cref="Measures"/>
 /// as this sequence and is suitable for use with <see cref="GetCoordinate(int, Coordinate)"/>.
 /// </remarks>
 /// <returns>A coordinate for use with this sequence</returns>
 public virtual Coordinate CreateCoordinate() => Coordinates.Create(Dimension, Measures);