Reads the one-dimensional array at the current position in the file.
Namespace: Extreme.Data.JsonAssembly: Extreme.Data.Json (in Extreme.Data.Json.dll) Version: 1.0.16157.0 (1.0.16157.0)
public override Vector<T> ReadVector<T>(
bool strict
)
Public Overrides Function ReadVector(Of T) (
strict As Boolean
) As Vector(Of T)
public:
generic<typename T>
virtual Vector<T>^ ReadVector(
bool strict
) override
abstract ReadVector :
strict : bool -> Vector<'T>
override ReadVector :
strict : bool -> Vector<'T>
Parameters
- strict
- Type: SystemBoolean
Specifies whether the element type
should be matched exactly (), or whether
conversions are allowed ().
Type Parameters
- T
- The element type of the vector.
Return Value
Type:
VectorTA vector containing the data.
Numerical Libraries
Supported in: 6.0
Reference