C# Class FFTTools.BinomialBuilder

Inheritance: FFTTools.BuilderBase, IBuilder
Afficher le fichier Open project: dprotopopov/FFTTools

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

GetDoubles ( double array, double x = 1.0 ) : void
GetLongs ( long array, long x = 1 ) : void
ToBitmap ( Bitmap source ) : Bitmap

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

GetDoubles() public static méthode

public static GetDoubles ( double array, double x = 1.0 ) : void
array double
x double
Résultat void

GetLongs() public static méthode

public static GetLongs ( long array, long x = 1 ) : void
array long
x long
Résultat void

ToBitmap() public méthode

public ToBitmap ( Bitmap source ) : Bitmap
source System.Drawing.Bitmap
Résultat System.Drawing.Bitmap