|
PerlinNoiseFunction Method
|
1-D Perlin noise function.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public double Function(
double x
)
Public Function Function (
x As Double
) As Double
Request Example
View SourceParameters
- x
- Type: SystemDouble
x value.
Return Value
Type:
DoubleReturns function's value at point
x.
See Also