Click or drag to resize

SharedDataT Class

Allows to share an array of values between several instances.
Inheritance Hierarchy
SystemObject
  FinMath.LinearAlgebraSharedDataT
    FinMath.DataStructuresIntegerArray
    FinMath.LinearAlgebraMatrix
    FinMath.LinearAlgebraVector

Namespace:  FinMath.LinearAlgebra
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
[SerializableAttribute]
public class SharedData<T>

Type Parameters

T
Type of values in the array.

The SharedDataT type exposes the following members.

Constructors
  NameDescription
Public methodSharedDataT
Initializes a new instance of the SharedDataT class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also