ArrayIdentityT Method
Creates a Identity 2D-Array (Matrix)
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static T[][] Identity<T>(
int n
)
where T : new(), Object, INumber<T>
Public Shared Function Identity(Of T As {New, Object, INumber(Of T)}) (
n As Integer
) As T()()
public:
generic<typename T>
where T : gcnew(), Object, INumber<T>
static array<array<T>^>^ Identity(
int n
)
static member Identity :
n : int -> 'T[][] when 'T : new() and Object and INumber<'T>
- n Int32
- Number of Rows and Cols
- T
- Type
T