NArrayT, DIdentity Method

Initializes a Identity 2D-Array (Matrix)

Definition

Namespace: Metas.UncLib.Core.Ndims
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public void Identity(
	int n
)

Parameters

n  Int32
Number of Rows and Cols

Implements

INArrayT, DIdentity(Int32)

See Also