Vector<T>.FormatString Property

Gets or sets the format to use for each element when creating a string representation of the vector.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public string? FormatString { get; set; }

Property Value

String

Implements

IVector.FormatString

See Also