# File rbSnack/tkSnack.rb, line 801
    def []( index )
        rtv=Snack::exeTkCmd([@name,'sample',index], nil)
        rtv.to_f
    end