Dear Friends ,
Please Give the Example for the following function
public void left(real value, Units unit)
{
}
what i have to give Units Place ?
Thanks in advance
Murali.
Dear Friends ,
Please Give the Example for the following function
public void left(real value, Units unit)
{
}
what i have to give Units Place ?
Thanks in advance
Murali.
Units is a system enumerated type. Use is as any other enum, e.g. Units::cm.