Canguro.Model.Results.ModalLPRRow.ModalLPRRow C# (CSharp) Метод

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

public ModalLPRRow ( string item, string itemType, float staticVal, float dynamicVal ) : System
item string
itemType string
staticVal float
dynamicVal float
Результат System
        public ModalLPRRow(string item, string itemType, float staticVal, float dynamicVal)
        {
            this.item = item;
            this.itemType = itemType;
            this.staticVal = staticVal;
            this.dynamicVal = dynamicVal;
        }
ModalLPRRow