天软金融分析.NET函数大全
>
TSL函数
>
数学函数
>
位运算函数
_Ror
复制链接
简述
循环右移位,返回位运算X Ror Y
定义
_Ror(X;Y:Integer):Integer;
参数
名称
类型
说明
X
Integer
整数
Y
Integer
整数
返回
Integer
整数
范例
Return _Ror (36,2);
//结果:9
//返回十进制 (36=100100) 右移2位,最后得到二进制00001001,十进制是9
参考
_And
_Or
_Not
_Xor
_Shl
_Shr
_Rol
相关
_And
_Or
_Not
_Xor
_Shl
_Shr
_Rol
_Ror
FAQ/知识库链接
Q:Error using==>feval
Q:登录客户端时报Runtime error at 09c3d739 错误
Q:Python调用天软的时候,执行:import TSLPy2.pyd的时候报错,ImportError:No module named TSLPy2?
Q:matlab调用天软的函数,输入ts=actxserver('TSExpert.CoExec');,一直报错 Error using actxserver (line 90) Server creation failed. Invalid ProgID 'TSExpert.CoExec'.
Q:同一套密钥,在不同的电脑上写程序,有的电脑能打开,有的不能打开,报:error key to decrypt!
Q:网格执行报错:Result return error,maybe size too large/gridcompute error
Q:使用PYODBC取数时,报错returned a result with an error set
Q:Windows、python环境中import pyTSL时出错ImportError: DLL load failed: 找不到指定的模块。
Q:Python:ImportError: DLL load failed while importing TSLPy3: %1 不是有效的 Win32 应用程序
Q:使用pyTSL取数时报错:RuntimeError: stream decode error
Q:安装新一代客户端版本启动报错:Error loading libcef.dll
Q:打开加密函数后,函数源码显示:raise "Error:compiler can not support compiled function/key not found/secure function body"?
Q:执行加密函数时,报错:“Error:compiler can not support compiled function/key not found/secure function body”?
Q:加密函数解密后,执行报错:“function:xxx compile error or not found”?