C# Class PERWAPI.DoubleInstr

Inheritance: Instr
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode Description
DoubleInstr ( SpecialOp inst, double d ) : System
GetDouble ( ) : double
SetDouble ( double num ) : void

Private Methods

Méthode Description
Write ( CILWriter output ) : void
Write ( PEWriter output ) : void

Method Details

DoubleInstr() public méthode

public DoubleInstr ( SpecialOp inst, double d ) : System
inst SpecialOp
d double
Résultat System

GetDouble() public méthode

public GetDouble ( ) : double
Résultat double

SetDouble() public méthode

public SetDouble ( double num ) : void
num double
Résultat void