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

AnyArrayToAnyArray
Any[][] AnyArrayToAnyArray(Any[][] values)
Undocumented in source. Be warned that the author may not have intended to support it.
AnyArrayToDoubleArray
double[] AnyArrayToDoubleArray(Any[][] values)
Undocumented in source. Be warned that the author may not have intended to support it.
DoubleArrayToAnyArray
Any[][] DoubleArrayToAnyArray(double[][] values)
Undocumented in source. Be warned that the author may not have intended to support it.
EmptyStrings1D
string[] EmptyStrings1D(Any )
Undocumented in source. Be warned that the author may not have intended to support it.
EmptyStrings2D
string[][] EmptyStrings2D(Any )
Undocumented in source. Be warned that the author may not have intended to support it.
EmptyStringsHalfEmpty2D
string[][] EmptyStringsHalfEmpty2D(Any )
Undocumented in source. Be warned that the author may not have intended to support it.
FirstOfTwoAnyArrays
Any[][] FirstOfTwoAnyArrays(Any[][] a, Any[][] )
Undocumented in source. Be warned that the author may not have intended to support it.
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.
FuncReturnArrayNoGc
double[] FuncReturnArrayNoGc(double[] numbers)
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.
Twice
int Twice(int i)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta