public static long DecimalToLongInteger(decimal d)
 {
     return(ScriptableBuiltInFunction.DecimalToLongInteger(d));
 }