Beispiel #1
0
 public ElaValue AsLong(ElaValue val)
 {
     return(new ElaValue(val.GetLong()));
 }