C# 클래스 CSPspEmu.Core.Cpu.VFpu.VfpuCell

파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Column int
Matrix int
Row int

공개 메소드들

메소드 설명
VfpuCell ( int Matrix, int Column, int Row ) : System

메소드 상세

VfpuCell() 공개 메소드

public VfpuCell ( int Matrix, int Column, int Row ) : System
Matrix int
Column int
Row int
리턴 System

프로퍼티 상세

Column 공개적으로 프로퍼티

public int Column
리턴 int

Matrix 공개적으로 프로퍼티

public int Matrix
리턴 int

Row 공개적으로 프로퍼티

public int Row
리턴 int