Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PlotLength" /> struct.
 /// </summary>
 /// <param name="value">The value.</param>
 /// <param name="unit">The unit.</param>
 public PlotLength(double value, PlotLengthUnit unit)
 {
     this.value = value;
     this.unit  = unit;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="PlotLength"/> struct.
 /// </summary>
 /// <param name="value">
 /// The value.
 /// </param>
 /// <param name="unit">
 /// The unit.
 /// </param>
 public PlotLength(double value, PlotLengthUnit unit)
 {
     this.value = value;
     this.unit = unit;
 }