C# Class Quota_Allocation, fc-solve

显示文件 Open project: shlomif/fc-solve Class Usage Examples

Public Properties

Property Type Description
quota int
scan_idx int

Public Methods

Method Description
Quota_Allocation ( Quota_Allocation, other ) : System
Quota_Allocation ( int new_scan_idx, int new_quota ) : System

Method Details

Quota_Allocation() public method

public Quota_Allocation ( Quota_Allocation, other ) : System
other Quota_Allocation,
return System

Quota_Allocation() public method

public Quota_Allocation ( int new_scan_idx, int new_quota ) : System
new_scan_idx int
new_quota int
return System

Property Details

quota public_oe property

public int quota
return int

scan_idx public_oe property

public int scan_idx
return int