Function

Math.Cast.ToInteger

Int32 Math.Cast.ToInteger(Object value)
API http://api.avolites.com/11.0/Math.Cast.ToInteger.html
description Returns an object cast to an integer. An exception will be thrown if the cast is invalid
namespace Math.Cast
parameter value ( Object ) : The value to be cast into an integer.
return value Int32
Example in

Copy Icon (snippet only):

<step pause="0.01">Handles.SetIcon(Math.Cast.ToInteger(Handles.GetIconId(handle:"Location=Colours,1,1")))</step>
Also used in
Remarks