C# Class FFTTools.BinomialBuilder

Inheritance: FFTTools.BuilderBase, IBuilder
Show file Open project: dprotopopov/FFTTools

Public Methods

Method 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 method

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

GetDoubles() public static method

public static GetDoubles ( double array, double x = 1.0 ) : void
array double
x double
return void

GetLongs() public static method

public static GetLongs ( long array, long x = 1 ) : void
array long
x long
return void

ToBitmap() public method

public ToBitmap ( Bitmap source ) : Bitmap
source System.Drawing.Bitmap
return System.Drawing.Bitmap