Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Matrix
C# Class Matrix, csharp
Mostrar archivo
Open project: exercism/csharp
Class Usage Examples
Public Methods
Method
Description
Column
(
int
col
) :
int[]
Matrix
(
string
input
) :
System
Row
(
int
row
) :
int[]
Method Details
Column()
public
method
public
Column
(
int
col
) :
int[]
col
int
return
int[]
Matrix()
public
method
public
Matrix
(
string
input
) :
System
input
string
return
System
Row()
public
method
public
Row
(
int
row
) :
int[]
row
int
return
int[]