Index<T> Constructor
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Index<T>(Int32) | Constructs a new index of the specified length. |
Index<T>(SerializationInfo, StreamingContext) | Constructs a new index from serialization values. |
Index<T>(Int32)
Constructs a new index of the specified length.
Index<T>(SerializationInfo, StreamingContext)
Constructs a new index from serialization values.
protected Index(
SerializationInfo info,
StreamingContext context
)
Parameters
- info SerializationInfo
- The values needed to serialize or deserialize the Vector<T>.
- context StreamingContext
- The source and destination of a given serialized stream.
Remarks
This constructor is called internally by the .NET framework when a Vector<T> is deserialized.