|
PerlinNoise Constructor (Int32, Double)
|
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public PerlinNoise(
int octaves,
double persistence
)
Public Sub New (
octaves As Integer,
persistence As Double
)
Request Example
View SourceParameters
- octaves
- Type: SystemInt32
Number of octaves (see Octaves property). - persistence
- Type: SystemDouble
Persistence value (see Persistence property).
See Also