Jypeli 10
The simple game programming library
AdvanceMath.MatrixHelper luokkareferenssi

Staattiset julkiset jäsenfunktiot

static string CreateFormatableString (int rowCount, int columnCount, string leftParenth, string rightParenth, string divider, int whitespacecount)
 
static string CreateFormatString (int rowCount, int columnCount, string leftParenth, string rightParenth, string divider, int whitespacecount)
 
static string CreateMatrixFormatableString (int RowCount, int ColumnCount)
 
static string CreateMatrixFormatString (int RowCount, int ColumnCount)
 
static string CreateVectorFormatableString (int Count)
 
static string CreateVectorFormatString (int Count)
 

Staattiset yksityiset jäsenfunktiot

static string GenerateFormatStringInternal (int rowCount, int columnCount, string leftParenth, string rightParenth, string divider, int whitespacecount, string openBracket, string closeBracket)
 

Yksityiskohtainen selite

Määrittely tiedoston MatrixHelper.cs rivillä 37.

Jäsenfunktioiden dokumentaatio

◆ CreateFormatableString()

static string AdvanceMath.MatrixHelper.CreateFormatableString ( int  rowCount,
int  columnCount,
string  leftParenth,
string  rightParenth,
string  divider,
int  whitespacecount 
)
static

◆ CreateFormatString()

static string AdvanceMath.MatrixHelper.CreateFormatString ( int  rowCount,
int  columnCount,
string  leftParenth,
string  rightParenth,
string  divider,
int  whitespacecount 
)
static

◆ CreateMatrixFormatableString()

static string AdvanceMath.MatrixHelper.CreateMatrixFormatableString ( int  RowCount,
int  ColumnCount 
)
static

Määrittely tiedoston MatrixHelper.cs rivillä 43.

Viittaukset AdvanceMath.MatrixHelper.CreateFormatableString().

◆ CreateMatrixFormatString()

static string AdvanceMath.MatrixHelper.CreateMatrixFormatString ( int  RowCount,
int  ColumnCount 
)
static

Määrittely tiedoston MatrixHelper.cs rivillä 39.

Viittaukset AdvanceMath.MatrixHelper.CreateFormatString().

◆ CreateVectorFormatableString()

static string AdvanceMath.MatrixHelper.CreateVectorFormatableString ( int  Count)
static

Määrittely tiedoston MatrixHelper.cs rivillä 51.

Viittaukset AdvanceMath.MatrixHelper.CreateFormatableString().

◆ CreateVectorFormatString()

static string AdvanceMath.MatrixHelper.CreateVectorFormatString ( int  Count)
static

Määrittely tiedoston MatrixHelper.cs rivillä 47.

Viittaukset AdvanceMath.MatrixHelper.CreateFormatString().

◆ GenerateFormatStringInternal()

static string AdvanceMath.MatrixHelper.GenerateFormatStringInternal ( int  rowCount,
int  columnCount,
string  leftParenth,
string  rightParenth,
string  divider,
int  whitespacecount,
string  openBracket,
string  closeBracket 
)
staticprivate

Dokumentaatio tälle luokalle luotiin seuraavasta tiedostosta: