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

Show file Open project: aganonki/HackTools

Public Methods

Method 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 method

public Matrix ( int rows, int columns ) : System
rows int
columns int
return System

Read() public method

public Read ( byte data ) : void
data byte
return void

ToByteArray() public method

public ToByteArray ( ) : byte[]
return byte[]

this() public method

public this ( int i ) : float
i int
return float

this() public method

public this ( int row, int column ) : float
row int
column int
return float