Click or drag to resize

IFunctionGenerator Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Interface for function classes, used for procedural generation of [whatever]s :)

Namespace:  imbSCI.Core.math.functions.core
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public interface IFunctionGenerator
Request Example View Source

The IFunctionGenerator type exposes the following members.

Properties
  NameDescription
Public propertyoutputRange
Output scalling range adjusts function output before returning final result from GetOutput(Double) and GetOutput(Int32) methods
Top
Methods
  NameDescription
Public methodGetOutput(Double)
Gets the output.
Public methodGetOutput(Int32)
Gets the output.
Top
See Also