BitOrchestra.Evaluator.Generate C# (CSharp) Method

Generate() public abstract method

Generates the values of the evaluator starting at the given offset and writes them to the given buffer.
public abstract Generate ( Int32 Start, Int32 Buffer ) : void
Start System.Int32
Buffer System.Int32
return void
        public abstract void Generate(Value Start, Value[] Buffer);