Constructs a new index from serialization values.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
protected Index(
SerializationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
protected:
Index(
SerializationInfo^ info,
StreamingContext context
)
new :
info : SerializationInfo *
context : StreamingContext -> Index
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
The values needed to serialize or deserialize
the VectorT. - context
- Type: System.Runtime.SerializationStreamingContext
The source and destination of a given
serialized stream.
This constructor is called internally by the
.NET framework when a VectorT is
deserialized.
Numerical Libraries
Supported in: 6.0
Reference