Exemple #1
0
 public static object Volatility([ExcelArgument(Description = "The hash of a valid StochArray object", Name = "Stoch Array")] string hash)
 {
     return(Run(() => StochArrayLogic.Volatility(hash)));
 }
Exemple #2
0
 public static object VolatilityAsync([ExcelArgument(Description = "The hash of a valid StochArray object", Name = "Stoch Array")] string hash)
 {
     return(RunAsync(() => StochArrayLogic.Volatility(hash), "Lloyds.Async.StochArray.Volatility"));
 }