C# Class CSPspEmu.Core.Cpu.CpuThreadState.VfprList

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
CpuThreadState CpuThreadState

Public Methods

Method Description
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[]

Method Details

ClearAll() public method

public ClearAll ( float Value = 0f ) : void
Value float
return void

this() public method

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

this() public method

public this ( int Matrix, int Column, int Row ) : float
Matrix int
Column int
Row int
return float

this() public method

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

this() public method

public this ( string NameWithSufix ) : float[]
NameWithSufix string
return float[]

Property Details

CpuThreadState public property

public CpuThreadState,CSPspEmu.Core.Cpu CpuThreadState
return CpuThreadState