Varför kan jag inte multiplicera en variabel av typen decimal men tex 100
multiplicera dacimal med int i .net
Svara
decimal size = getCurrentCpuUsage();
notifyChart.Value1=size*100;
Detta ger:
Cannot implicitly convert type 'decimal' to 'int'