Delimited
            
            
            Reads the one-dimensional array at the current position in the file.
            
Definition
Namespace: Numerics.NET.Data.Text
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.4
    C#
    
 
 
A vector containing the data.
Assembly: Numerics.NET.Data (in Numerics.NET.Data.dll) Version: 4.0.4
public override Vector<T> ReadVector<T>(
	bool strict = false
)
Parameters
- strict Boolean (Optional)
- Specifies whether the element type should be matched exactly (true), or whether conversions are allowed (false).
Type Parameters
- T
- The element type of the vector.
Return Value
Vector<T>A vector containing the data.