JsonStream.ReadVector<T> Method
Reads the one-dimensional array at the current position in the file.
DefinitionPermalink
Namespace: Numerics.NET.Data.Json
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.0.3
C#
A vector containing the data.
Assembly: Numerics.NET.Data.Json (in Numerics.NET.Data.Json.dll) Version: 4.0.3
public override Vector<T> ReadVector<T>(
bool strict
)
ParametersPermalink
- strict Boolean
- Specifies whether the element type should be matched exactly (true), or whether conversions are allowed (false).
Type ParametersPermalink
- T
- The element type of the vector.
Return ValuePermalink
Vector<T>A vector containing the data.