Property | Type | Description | |
---|---|---|---|
Ready | bool |
Method | Description | |
---|---|---|
Generate ( |
Generates the values of the evaluator starting at the given offset and writes them to the given buffer.
|
|
GetBuffered ( int BufferSize ) : |
Gets a buffered form of this evaluator. If this is already buffered, this is returned.
|
|
Invalidate ( ) : void |
Discards all intermediate results for the last Generate call and prepares the evaluator for another iteration.
|
public abstract Generate ( |
||
Start | ||
Buffer | ||
return | void |
public GetBuffered ( int BufferSize ) : |
||
BufferSize | int | |
return |