First time here? Check out the Help page!
1 | initial version |
Try this. Notice the double :: vs. period.
value = OpenStudio::OptionalDouble.new(10000.0)
2 | No.2 Revision |
Try this. Notice the double :: colon vs. period.
value = OpenStudio::OptionalDouble.new(10000.0)