C# Класс SharpOS.AOT.IR.Instructions.Neg

Наследование: Instruction
Показать файл Открыть проект

Открытые методы

Метод Описание
Neg ( Register result, Register value ) : System

Initializes a new instance of the Neg class.

Process ( Method method ) : void

Processes the specified method.

Описание методов

Neg() публичный Метод

Initializes a new instance of the Neg class.
public Neg ( Register result, Register value ) : System
result Register The result.
value Register The value.
Результат System

Process() публичный Метод

Processes the specified method.
public Process ( Method method ) : void
method Method The method.
Результат void