bwakabats
Results
2
issues of
bwakabats
Resolves issue #7 with the ability to register external function. Based on work by @MSpekkio in #9 The static Parser.RegisterFunction allows the registration of a type (derived from IFunction) or...
These are passed as optional parameters. So the Rand function has 4 versions: - RAND() - RAND(object seed) - RAND(int min, int max) - RAND(object seed, int min, int max)...