C# Класс Microsoft.Zing.ZingerBounds

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
ChoiceCost System.Int32
ExecutionCost System.Int32

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

Метод Описание
IncrementDelayCost ( ) : void
IncrementDepthCost ( ) : void
IncrementPreemptionCost ( ) : void
ZingerBounds ( ) : System
ZingerBounds ( Int32 searchB, Int32 choiceB ) : System

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

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

public IncrementDelayCost ( ) : void
Результат void

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

public IncrementDepthCost ( ) : void
Результат void

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

public IncrementPreemptionCost ( ) : void
Результат void

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

public ZingerBounds ( ) : System
Результат System

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

public ZingerBounds ( Int32 searchB, Int32 choiceB ) : System
searchB System.Int32
choiceB System.Int32
Результат System

Описание свойств

ChoiceCost публичное свойство

public Int32,System ChoiceCost
Результат System.Int32

ExecutionCost публичное свойство

public Int32,System ExecutionCost
Результат System.Int32