General in Visual Basic
BigNumbersPermalink
Illustrates the basic use of the arbitrary precision classes: BigInteger, BigRational, BigFloat.
Complex NumbersPermalink
Illustrates how to work with complex numbers using the DoubleComplex structure.
Elementary FunctionsPermalink
Illustrates how to use additional elementary functions.
FFT/Fourier TransformsPermalink
Illustrates how to compute the forward and inverse Fourier transform of a real or complex signal using classes in the Numerics.NET.SignalProcessing namespace.
Generic AlgorithmsPermalink
Illustrates how to write algorithms that are generic over the numerical type of the arguments.
Prime NumbersPermalink
Illustrates working with prime numbers and the IntegerMath class in the Numerics.NET namespace.