Represents the interface that allows access to an object's
internal storage.
Namespace: Extreme.Mathematics.Generic.LinearAlgebra
Assembly: Extreme.Generic.Net40 (in Extreme.Generic.Net40.dll) Version: 4.0.10170.0 (4.0.10322.0)
Syntax
| C# |
public interface ILinearStorage<T>
|
| Visual Basic (Declaration) |
Public Interface ILinearStorage(Of T)
|
| Visual C++ |
generic<typename T>
public interface class ILinearStorage
|
| F# |
type ILinearStorage<'T> = interface end
|
Type Parameters
See Also