C# Class CSPspEmu.Core.Cpu.VFpu.VfpuCell

Afficher le fichier Open project: soywiz/cspspemu Class Usage Examples

Méthodes publiques

Свойство Type Description
Column int
Matrix int
Row int

Méthodes publiques

Méthode Description
VfpuCell ( int Matrix, int Column, int Row ) : System

Method Details

VfpuCell() public méthode

public VfpuCell ( int Matrix, int Column, int Row ) : System
Matrix int
Column int
Row int
Résultat System

Property Details

Column public_oe property

public int Column
Résultat int

Matrix public_oe property

public int Matrix
Résultat int

Row public_oe property

public int Row
Résultat int