C# 클래스 CSPspEmu.Core.Cpu.CpuThreadState.VfprList

파일 보기 프로젝트 열기: soywiz/cspspemu

공개 프로퍼티들

프로퍼티 타입 설명
CpuThreadState CpuThreadState

공개 메소드들

메소드 설명
ClearAll ( float Value = 0f ) : void
this ( int Index ) : float
this ( int Matrix, int Column, int Row ) : float
this ( int Size, string Name ) : float[]
this ( string NameWithSufix ) : float[]

메소드 상세

ClearAll() 공개 메소드

public ClearAll ( float Value = 0f ) : void
Value float
리턴 void

this() 공개 메소드

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

this() 공개 메소드

public this ( int Matrix, int Column, int Row ) : float
Matrix int
Column int
Row int
리턴 float

this() 공개 메소드

public this ( int Size, string Name ) : float[]
Size int
Name string
리턴 float[]

this() 공개 메소드

public this ( string NameWithSufix ) : float[]
NameWithSufix string
리턴 float[]

프로퍼티 상세

CpuThreadState 공개적으로 프로퍼티

public CpuThreadState,CSPspEmu.Core.Cpu CpuThreadState
리턴 CpuThreadState