C# Class AgaHackTools.Example.Shared.Math.Matrix

Afficher le fichier Open project: aganonki/HackTools

Méthodes publiques

Méthode Description
Matrix ( int rows, int columns ) : System
Read ( byte data ) : void
ToByteArray ( ) : byte[]
this ( int i ) : float
this ( int row, int column ) : float

Method Details

Matrix() public méthode

public Matrix ( int rows, int columns ) : System
rows int
columns int
Résultat System

Read() public méthode

public Read ( byte data ) : void
data byte
Résultat void

ToByteArray() public méthode

public ToByteArray ( ) : byte[]
Résultat byte[]

this() public méthode

public this ( int i ) : float
i int
Résultat float

this() public méthode

public this ( int row, int column ) : float
row int
column int
Résultat float