How to extract number slider property through python component in grasshopper?!?

does anyone know how can I extract all info for slider in grasshopper! whe I use this:
gh.Kernel.Special.GH_NumberSlider.TickValue.GetValue()
I cant get float number! its always integers!!!

Thanks

Ticks are designed to be integers. If you want information about the underlying slider, use the GH_Slider.Slider property.

Many thanks David,
It works perfectly . . .

Cheers