xlld.test_d_funcs

Only exists to test the wrapping functionality Contains functions with regular D types that will get wrapped so they can be called by the spreadsheet.

Members

Functions

FuncAddEverything
double FuncAddEverything(double[][] args)
Undocumented in source. Be warned that the author may not have intended to support it.
FuncAllLengths
double FuncAllLengths(string[][] args)
Undocumented in source. Be warned that the author may not have intended to support it.
FuncBob
string[][] FuncBob(string[][] args)
Undocumented in source. Be warned that the author may not have intended to support it.
FuncDoubleSlice
double FuncDoubleSlice(double[] arg)
Undocumented in source. Be warned that the author may not have intended to support it.
FuncLengths
double[][] FuncLengths(string[][] args)
Undocumented in source. Be warned that the author may not have intended to support it.
FuncSliceTimes3
double[] FuncSliceTimes3(double[] arg)
Undocumented in source. Be warned that the author may not have intended to support it.
FuncStringSlice
double FuncStringSlice(string[] arg)
Undocumented in source. Be warned that the author may not have intended to support it.
FuncThrows
double FuncThrows(double )
Undocumented in source. Be warned that the author may not have intended to support it.
FuncTripleEverything
double[][] FuncTripleEverything(double[][] args)
Undocumented in source. Be warned that the author may not have intended to support it.
ManyToString
string ManyToString(string arg0, string arg1, string arg2)
Undocumented in source. Be warned that the author may not have intended to support it.
StringToString
string StringToString(string arg)
Undocumented in source. Be warned that the author may not have intended to support it.
StringsToString
string StringsToString(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
StringsToStrings
string[] StringsToStrings(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta