public static TNumber NumericCalculation(
Term[] root,
ref Store store
)Public Shared Function NumericCalculation (
root As Term(),
ByRef store As Store
) As TNumberpublic:
static TNumber^ NumericCalculation(
array<Term^>^ root,
Store^% store
)static member NumericCalculation :
root : Term[] *
store : Store byref -> TNumber