C# 클래스 AgaHackTools.Example.Shared.Math.Matrix

파일 보기 프로젝트 열기: aganonki/HackTools

공개 메소드들

메소드 설명
Matrix ( int rows, int columns ) : System
Read ( byte data ) : void
ToByteArray ( ) : byte[]
this ( int i ) : float
this ( int row, int column ) : float

메소드 상세

Matrix() 공개 메소드

public Matrix ( int rows, int columns ) : System
rows int
columns int
리턴 System

Read() 공개 메소드

public Read ( byte data ) : void
data byte
리턴 void

ToByteArray() 공개 메소드

public ToByteArray ( ) : byte[]
리턴 byte[]

this() 공개 메소드

public this ( int i ) : float
i int
리턴 float

this() 공개 메소드

public this ( int row, int column ) : float
row int
column int
리턴 float