NArrayT, DIdentity Method
Initializes a Identity 2D-Array (Matrix)
Namespace: Metas.UncLib.Core.NdimsAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public void Identity(
int n
)
Public Sub Identity (
n As Integer
)
public:
virtual void Identity(
int n
) sealed
abstract Identity :
n : int -> unit
override Identity :
n : int -> unit
- n Int32
- Number of Rows and Cols
INArrayT, DIdentity(Int32)