示例#1
0
 void ApplyChange(PNumber inAmt)
 {
     Value += inAmt.Value;
 }
示例#2
0
 void SetValue(PNumber inVal)
 {
     Value = inVal.Value;
 }