[This is preliminary documentation and is subject to change.]
System Object NFX.Collections MatrixBase T NFX.Collections Matrix2DBase T NFX.Collections BitMatrix2D NFX.Collections Matrix2D T Namespace: NFX.CollectionsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public abstract class Matrix2DBase<T> : MatrixBase<T>
public abstract class Matrix2DBase<T> : MatrixBase<T>
Public MustInherit Class Matrix2DBase(Of T)
Inherits MatrixBase(Of T)
Public MustInherit Class Matrix2DBase(Of T)
Inherits MatrixBase(Of T)
generic<typename T>
public ref class Matrix2DBase abstract : public MatrixBase<T>
generic<typename T>
public ref class Matrix2DBase abstract : public MatrixBase<T>
[<AbstractClassAttribute>]
type Matrix2DBase<'T> =
class
inherit MatrixBase<'T>
end
[<AbstractClassAttribute>]
type Matrix2DBase<'T> =
class
inherit MatrixBase<'T>
end
- T