Пример #1
0
 /// <summary>
 /// Formats this instance.
 /// </summary>
 /// <returns>System.String.</returns>
 public string Format()
 {
     return(TensorFormatting.Format(this));
 }
Пример #2
0
 /// <summary>
 /// Returns a <see cref="System.String" /> that represents this instance.
 /// </summary>
 /// <returns>A <see cref="System.String" /> that represents this instance.</returns>
 public override string ToString()
 {
     return(TensorFormatting.FormatTensorTypeAndSize(this));
 }