C# Класс CSPspEmu.Core.Cpu.CpuThreadState.VfprList

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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