Exemplo n.º 1
0
 public override ktClass CreateObject(ktString Value)
 {
     return new ktFloat(Value.ToFloat());
 }