CreateParameter Not Double
Author: Assenzio
Creation Date: 11/12/2014 9:12 AM
profile picture

Assenzio

#1
Hello,

I have this parameter set:

Level = CreateParameter("Threshold", 0, -300, +300, 0.5);

The "level" usually is a double number, such as 40.5

How to retrieve the real double value (40.5, not 40) stored in it since there isn't the Level.ValueDouble parameter but only the ValueInt in WLD ?

Thanks in advance.
profile picture

Eugene

#2
Hi,

Use .Value to retrive the double value (.ValueInt is for integers).
profile picture

Assenzio

#3
Damn ... so easy.

Thank You Eugene, sorry.
This website uses cookies to improve your experience. We'll assume you're ok with that, but you can opt-out if you wish (Read more).