Click or drag to resize
DigitalRuneVectorF Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the VectorF class with serialized data.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
protected VectorF(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: SerializationInfo
The object that holds the serialized object data.
context
Type: System.Runtime.SerializationStreamingContext
The contextual information about the source or destination.
Exceptions
ExceptionCondition
SerializationException Couldn't deserialize VectorF.
See Also