Class Noise
Main static class for nose sampling
Inheritance
System.Object
Noise
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Marus.NoiseDistributions
Assembly: cs.temp.dll.dll
Syntax
public static class Noise
Properties
NoiseTypes
List of all noise types
Declaration
public static IReadOnlyList<Type> NoiseTypes { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<Type> |
Methods
IsAllowedNoiseType(Type)
Declaration
public static bool IsAllowedNoiseType(Type typ)
Parameters
Type | Name | Description |
---|---|---|
Type | typ |
Returns
Type | Description |
---|---|
System.Boolean |
Sample(in NoiseParameters)
Sample from noise distribution defined in the NoiseParameters class
Declaration
public static float Sample(in NoiseParameters parameters)
Parameters
Type | Name | Description |
---|---|---|
NoiseParameters | parameters |
Returns
Type | Description |
---|---|
System.Single |