Example #1
0
 public FloatInstance CreateFloat(double value)
 {
     return(floatType.Construct(value));
 }