LastValue - reference or value type of data?
Created at 27 Sep 2016, 17:12
LastValue - reference or value type of data?
27 Sep 2016, 17:12
Hello,
if I use a variable:
myVariable = anyIndicator.Result.LastValue;
is my variable a reference type or a value type of data (class, struct, enum, etc.)?
Thanks.
croucrou
27 Sep 2016, 22:00
I know it seems to be obviously a value type, but I am not fluent about it and would like to make sure there is nothing I'm missing.
@croucrou