C# Class Accord.Math.Vector

Datei anzeigen Open project: accord-net/framework Class Usage Examples

Public Methods

Method Description
Dot ( this a, Sparse b ) : double

Gets the inner product (scalar product) between two vectors (a'*b).

Dot ( this a, double b ) : double

Gets the inner product (scalar product) between two vectors (a'*b).

Interval ( byte a, byte b ) : byte[]

Creates an interval vector.

Interval ( byte a, byte b, byte stepSize ) : byte[]

Creates an interval vector.

Interval ( byte a, byte b, int steps ) : byte[]

Creates an interval vector.

Interval ( this range, byte stepSize ) : byte[]

Creates an interval vector.

Interval ( this range, int steps ) : byte[]

Creates an interval vector.

Interval ( decimal a, decimal b ) : decimal[]

Creates an interval vector.

Interval ( decimal a, decimal b, decimal stepSize ) : decimal[]

Creates an interval vector.

Interval ( decimal a, decimal b, int steps ) : decimal[]

Creates an interval vector.

Interval ( double a, double b ) : double[]

Creates an interval vector.

Interval ( double a, double b, double stepSize ) : double[]

Creates an interval vector.

Interval ( double a, double b, int steps ) : double[]

Creates an interval vector.

Interval ( this range, double stepSize ) : double[]

Creates an interval vector.

Interval ( this range, int steps ) : double[]

Creates an interval vector.

Interval ( float a, float b ) : float[]

Creates an interval vector.

Interval ( float a, float b, float stepSize ) : float[]

Creates an interval vector.

Interval ( float a, float b, int steps ) : float[]

Creates an interval vector.

Interval ( this range, float stepSize ) : float[]

Creates an interval vector.

Interval ( this range, int steps ) : float[]

Creates an interval vector.

Interval ( int a, int b ) : int[]

Creates an interval vector.

Interval ( int a, int b, double stepSize ) : int[]

Creates an interval vector.

Interval ( int a, int b, int steps ) : int[]

Creates an interval vector.

Interval ( this range, double stepSize ) : int[]

Creates an interval vector.

Interval ( this range, int steps ) : int[]

Creates an interval vector.

Interval ( long a, long b ) : long[]

Creates an interval vector.

Interval ( long a, long b, int steps ) : long[]

Creates an interval vector.

Interval ( long a, long b, long stepSize ) : long[]

Creates an interval vector.

Interval ( sbyte a, sbyte b ) : sbyte[]

Creates an interval vector.

Interval ( sbyte a, sbyte b, int steps ) : sbyte[]

Creates an interval vector.

Interval ( sbyte a, sbyte b, sbyte stepSize ) : sbyte[]

Creates an interval vector.

Interval ( short a, short b ) : short[]

Creates an interval vector.

Interval ( short a, short b, int steps ) : short[]

Creates an interval vector.

Interval ( short a, short b, short stepSize ) : short[]

Creates an interval vector.

Interval ( ulong a, ulong b ) : ulong[]

Creates an interval vector.

Interval ( ulong a, ulong b, int steps ) : ulong[]

Creates an interval vector.

Interval ( ulong a, ulong b, ulong stepSize ) : ulong[]

Creates an interval vector.

Interval ( ushort a, ushort b ) : ushort[]

Creates an interval vector.

Interval ( ushort a, ushort b, int steps ) : ushort[]

Creates an interval vector.

Interval ( ushort a, ushort b, ushort stepSize ) : ushort[]

Creates an interval vector.

Range ( byte n ) : byte[]

Creates a range vector.

Range ( byte a, byte b ) : byte[]

Creates a range vector.

Range ( byte a, byte b, byte stepSize ) : byte[]

Creates an interval vector.

Range ( this range ) : byte[]

Creates an interval vector.

Range ( this range, byte stepSize ) : byte[]

Creates an interval vector.

Range ( decimal n ) : decimal[]

Creates a range vector.

Range ( decimal a, decimal b ) : decimal[]

Creates a range vector.

Range ( decimal a, decimal b, decimal stepSize ) : decimal[]

Creates an interval vector.

Range ( double n ) : double[]

Creates a range vector.

Range ( double a, double b ) : double[]

Creates a range vector.

Range ( double a, double b, double stepSize ) : double[]

Creates an interval vector.

Range ( this range ) : double[]

Creates an interval vector.

Range ( this range, double stepSize ) : double[]

Creates an interval vector.

Range ( float n ) : float[]

Creates a range vector.

Range ( float a, float b ) : float[]

Creates a range vector.

Range ( float a, float b, float stepSize ) : float[]

Creates an interval vector.

Range ( this range ) : float[]

Creates an interval vector.

Range ( this range, float stepSize ) : float[]

Creates an interval vector.

Range ( int n ) : int[]

Creates a range vector.

Range ( int a, int b ) : int[]

Creates a range vector.

Range ( int a, int b, double stepSize ) : int[]

Creates an interval vector.

Range ( this range ) : int[]

Creates an interval vector.

Range ( this range, double stepSize ) : int[]

Creates an interval vector.

Range ( long n ) : long[]

Creates a range vector.

Range ( long a, long b ) : long[]

Creates a range vector.

Range ( long a, long b, long stepSize ) : long[]

Creates an interval vector.

Range ( sbyte n ) : sbyte[]

Creates a range vector.

Range ( sbyte a, sbyte b ) : sbyte[]

Creates a range vector.

Range ( sbyte a, sbyte b, sbyte stepSize ) : sbyte[]

Creates an interval vector.

Range ( short n ) : short[]

Creates a range vector.

Range ( short a, short b ) : short[]

Creates a range vector.

Range ( short a, short b, short stepSize ) : short[]

Creates an interval vector.

Range ( ulong n ) : ulong[]

Creates a range vector.

Range ( ulong a, ulong b ) : ulong[]

Creates a range vector.

Range ( ulong a, ulong b, ulong stepSize ) : ulong[]

Creates an interval vector.

Range ( ushort n ) : ushort[]

Creates a range vector.

Range ( ushort a, ushort b ) : ushort[]

Creates a range vector.

Range ( ushort a, ushort b, ushort stepSize ) : ushort[]

Creates an interval vector.

Scale ( this value, IRange fromRange, IRange toRange ) : byte

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : byte

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : byte

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : byte

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : byte

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : byte

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : byte

Converts values from one scale to another scale.

Scale ( this value, byte fromMin, byte fromMax, byte toMin, byte toMax ) : byte

Converts a value from one scale to another scale.

Scale ( this value, double fromMin, double fromMax, byte toMin, byte toMax ) : byte

Converts a value from one scale to another scale.

Scale ( this value, float fromMin, float fromMax, byte toMin, byte toMax ) : byte

Converts a value from one scale to another scale.

Scale ( this value, int fromMin, int fromMax, byte toMin, byte toMax ) : byte

Converts a value from one scale to another scale.

Scale ( this value, long fromMin, long fromMax, byte toMin, byte toMax ) : byte

Converts a value from one scale to another scale.

Scale ( this value, sbyte fromMin, sbyte fromMax, byte toMin, byte toMax ) : byte

Converts a value from one scale to another scale.

Scale ( this value, short fromMin, short fromMax, byte toMin, byte toMax ) : byte

Converts a value from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, byte result ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, IRange toRange, byte result ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, byte result ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, byte result ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, byte result ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, byte result ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, byte result ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, byte result ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, byte toMin, byte toMax ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, byte toMin, byte toMax, byte result ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, byte fromMin, byte fromMax, byte toMin, byte toMax ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, byte fromMin, byte fromMax, byte toMin, byte toMax, byte result ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, double fromMin, double fromMax, byte toMin, byte toMax ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, double fromMin, double fromMax, byte toMin, byte toMax, byte result ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, float fromMin, float fromMax, byte toMin, byte toMax ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, float fromMin, float fromMax, byte toMin, byte toMax, byte result ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, int fromMin, int fromMax, byte toMin, byte toMax ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, int fromMin, int fromMax, byte toMin, byte toMax, byte result ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, long fromMin, long fromMax, byte toMin, byte toMax ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, long fromMin, long fromMax, byte toMin, byte toMax, byte result ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, sbyte fromMin, sbyte fromMax, byte toMin, byte toMax ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, sbyte fromMin, sbyte fromMax, byte toMin, byte toMax, byte result ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, short fromMin, short fromMax, byte toMin, byte toMax ) : byte[]

Converts values from one scale to another scale.

Scale ( this values, short fromMin, short fromMax, byte toMin, byte toMax, byte result ) : byte[]

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : double

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : double

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : double

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : double

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : double

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : double

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : double

Converts values from one scale to another scale.

Scale ( this value, byte fromMin, byte fromMax, double toMin, double toMax ) : double

Converts a value from one scale to another scale.

Scale ( this value, double fromMin, double fromMax, double toMin, double toMax ) : double

Converts a value from one scale to another scale.

Scale ( this value, float fromMin, float fromMax, double toMin, double toMax ) : double

Converts a value from one scale to another scale.

Scale ( this value, int fromMin, int fromMax, double toMin, double toMax ) : double

Converts a value from one scale to another scale.

Scale ( this value, long fromMin, long fromMax, double toMin, double toMax ) : double

Converts a value from one scale to another scale.

Scale ( this value, sbyte fromMin, sbyte fromMax, double toMin, double toMax ) : double

Converts a value from one scale to another scale.

Scale ( this value, short fromMin, short fromMax, double toMin, double toMax ) : double

Converts a value from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : double[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, double result ) : double[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : double[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, double result ) : double[]

Converts values from one scale to another scale.

Scale ( this values, IRange toRange, double result ) : double[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : double[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, double result ) : double[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : double[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, double result ) : double[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : double[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, double result ) : double[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : double[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, double result ) : double[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : double[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, double result ) : double[]

Converts values from one scale to another scale.

Scale ( this values, byte fromMin, byte fromMax, double toMin, double toMax ) : double[]

Converts values from one scale to another scale.

Scale ( this values, byte fromMin, byte fromMax, double toMin, double toMax, double result ) : double[]

Converts values from one scale to another scale.

Scale ( this values, double toMin, double toMax ) : double[]

Converts values from one scale to another scale.

Scale ( this values, double toMin, double toMax, double result ) : double[]

Converts values from one scale to another scale.

Scale ( this values, double fromMin, double fromMax, double toMin, double toMax ) : double[]

Converts values from one scale to another scale.

Scale ( this values, double fromMin, double fromMax, double toMin, double toMax, double result ) : double[]

Converts values from one scale to another scale.

Scale ( this values, float fromMin, float fromMax, double toMin, double toMax ) : double[]

Converts values from one scale to another scale.

Scale ( this values, float fromMin, float fromMax, double toMin, double toMax, double result ) : double[]

Converts values from one scale to another scale.

Scale ( this values, int fromMin, int fromMax, double toMin, double toMax ) : double[]

Converts values from one scale to another scale.

Scale ( this values, int fromMin, int fromMax, double toMin, double toMax, double result ) : double[]

Converts values from one scale to another scale.

Scale ( this values, long fromMin, long fromMax, double toMin, double toMax ) : double[]

Converts values from one scale to another scale.

Scale ( this values, long fromMin, long fromMax, double toMin, double toMax, double result ) : double[]

Converts values from one scale to another scale.

Scale ( this values, sbyte fromMin, sbyte fromMax, double toMin, double toMax ) : double[]

Converts values from one scale to another scale.

Scale ( this values, sbyte fromMin, sbyte fromMax, double toMin, double toMax, double result ) : double[]

Converts values from one scale to another scale.

Scale ( this values, short fromMin, short fromMax, double toMin, double toMax ) : double[]

Converts values from one scale to another scale.

Scale ( this values, short fromMin, short fromMax, double toMin, double toMax, double result ) : double[]

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : float

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : float

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : float

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : float

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : float

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : float

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : float

Converts values from one scale to another scale.

Scale ( this value, byte fromMin, byte fromMax, float toMin, float toMax ) : float

Converts a value from one scale to another scale.

Scale ( this value, double fromMin, double fromMax, float toMin, float toMax ) : float

Converts a value from one scale to another scale.

Scale ( this value, float fromMin, float fromMax, float toMin, float toMax ) : float

Converts a value from one scale to another scale.

Scale ( this value, int fromMin, int fromMax, float toMin, float toMax ) : float

Converts a value from one scale to another scale.

Scale ( this value, long fromMin, long fromMax, float toMin, float toMax ) : float

Converts a value from one scale to another scale.

Scale ( this value, sbyte fromMin, sbyte fromMax, float toMin, float toMax ) : float

Converts a value from one scale to another scale.

Scale ( this value, short fromMin, short fromMax, float toMin, float toMax ) : float

Converts a value from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : float[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, float result ) : float[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : float[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, float result ) : float[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : float[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, float result ) : float[]

Converts values from one scale to another scale.

Scale ( this values, IRange toRange, float result ) : float[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : float[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, float result ) : float[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : float[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, float result ) : float[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : float[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, float result ) : float[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : float[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, float result ) : float[]

Converts values from one scale to another scale.

Scale ( this values, byte fromMin, byte fromMax, float toMin, float toMax ) : float[]

Converts values from one scale to another scale.

Scale ( this values, byte fromMin, byte fromMax, float toMin, float toMax, float result ) : float[]

Converts values from one scale to another scale.

Scale ( this values, double fromMin, double fromMax, float toMin, float toMax ) : float[]

Converts values from one scale to another scale.

Scale ( this values, double fromMin, double fromMax, float toMin, float toMax, float result ) : float[]

Converts values from one scale to another scale.

Scale ( this values, float toMin, float toMax ) : float[]

Converts values from one scale to another scale.

Scale ( this values, float toMin, float toMax, float result ) : float[]

Converts values from one scale to another scale.

Scale ( this values, float fromMin, float fromMax, float toMin, float toMax ) : float[]

Converts values from one scale to another scale.

Scale ( this values, float fromMin, float fromMax, float toMin, float toMax, float result ) : float[]

Converts values from one scale to another scale.

Scale ( this values, int fromMin, int fromMax, float toMin, float toMax ) : float[]

Converts values from one scale to another scale.

Scale ( this values, int fromMin, int fromMax, float toMin, float toMax, float result ) : float[]

Converts values from one scale to another scale.

Scale ( this values, long fromMin, long fromMax, float toMin, float toMax ) : float[]

Converts values from one scale to another scale.

Scale ( this values, long fromMin, long fromMax, float toMin, float toMax, float result ) : float[]

Converts values from one scale to another scale.

Scale ( this values, sbyte fromMin, sbyte fromMax, float toMin, float toMax ) : float[]

Converts values from one scale to another scale.

Scale ( this values, sbyte fromMin, sbyte fromMax, float toMin, float toMax, float result ) : float[]

Converts values from one scale to another scale.

Scale ( this values, short fromMin, short fromMax, float toMin, float toMax ) : float[]

Converts values from one scale to another scale.

Scale ( this values, short fromMin, short fromMax, float toMin, float toMax, float result ) : float[]

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : int

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : int

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : int

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : int

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : int

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : int

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : int

Converts values from one scale to another scale.

Scale ( this value, byte fromMin, byte fromMax, int toMin, int toMax ) : int

Converts a value from one scale to another scale.

Scale ( this value, double fromMin, double fromMax, int toMin, int toMax ) : int

Converts a value from one scale to another scale.

Scale ( this value, float fromMin, float fromMax, int toMin, int toMax ) : int

Converts a value from one scale to another scale.

Scale ( this value, int fromMin, int fromMax, int toMin, int toMax ) : int

Converts a value from one scale to another scale.

Scale ( this value, long fromMin, long fromMax, int toMin, int toMax ) : int

Converts a value from one scale to another scale.

Scale ( this value, sbyte fromMin, sbyte fromMax, int toMin, int toMax ) : int

Converts a value from one scale to another scale.

Scale ( this value, short fromMin, short fromMax, int toMin, int toMax ) : int

Converts a value from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : int[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, int result ) : int[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : int[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, int result ) : int[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : int[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, int result ) : int[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : int[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, int result ) : int[]

Converts values from one scale to another scale.

Scale ( this values, IRange toRange, int result ) : int[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : int[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, int result ) : int[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : int[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, int result ) : int[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : int[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, int result ) : int[]

Converts values from one scale to another scale.

Scale ( this values, byte fromMin, byte fromMax, int toMin, int toMax ) : int[]

Converts values from one scale to another scale.

Scale ( this values, byte fromMin, byte fromMax, int toMin, int toMax, int result ) : int[]

Converts values from one scale to another scale.

Scale ( this values, double fromMin, double fromMax, int toMin, int toMax ) : int[]

Converts values from one scale to another scale.

Scale ( this values, double fromMin, double fromMax, int toMin, int toMax, int result ) : int[]

Converts values from one scale to another scale.

Scale ( this values, float fromMin, float fromMax, int toMin, int toMax ) : int[]

Converts values from one scale to another scale.

Scale ( this values, float fromMin, float fromMax, int toMin, int toMax, int result ) : int[]

Converts values from one scale to another scale.

Scale ( this values, int toMin, int toMax ) : int[]

Converts values from one scale to another scale.

Scale ( this values, int toMin, int toMax, int result ) : int[]

Converts values from one scale to another scale.

Scale ( this values, int fromMin, int fromMax, int toMin, int toMax ) : int[]

Converts values from one scale to another scale.

Scale ( this values, int fromMin, int fromMax, int toMin, int toMax, int result ) : int[]

Converts values from one scale to another scale.

Scale ( this values, long fromMin, long fromMax, int toMin, int toMax ) : int[]

Converts values from one scale to another scale.

Scale ( this values, long fromMin, long fromMax, int toMin, int toMax, int result ) : int[]

Converts values from one scale to another scale.

Scale ( this values, sbyte fromMin, sbyte fromMax, int toMin, int toMax ) : int[]

Converts values from one scale to another scale.

Scale ( this values, sbyte fromMin, sbyte fromMax, int toMin, int toMax, int result ) : int[]

Converts values from one scale to another scale.

Scale ( this values, short fromMin, short fromMax, int toMin, int toMax ) : int[]

Converts values from one scale to another scale.

Scale ( this values, short fromMin, short fromMax, int toMin, int toMax, int result ) : int[]

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : long

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : long

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : long

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : long

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : long

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : long

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : long

Converts values from one scale to another scale.

Scale ( this value, byte fromMin, byte fromMax, long toMin, long toMax ) : long

Converts a value from one scale to another scale.

Scale ( this value, double fromMin, double fromMax, long toMin, long toMax ) : long

Converts a value from one scale to another scale.

Scale ( this value, float fromMin, float fromMax, long toMin, long toMax ) : long

Converts a value from one scale to another scale.

Scale ( this value, int fromMin, int fromMax, long toMin, long toMax ) : long

Converts a value from one scale to another scale.

Scale ( this value, long fromMin, long fromMax, long toMin, long toMax ) : long

Converts a value from one scale to another scale.

Scale ( this value, sbyte fromMin, sbyte fromMax, long toMin, long toMax ) : long

Converts a value from one scale to another scale.

Scale ( this value, short fromMin, short fromMax, long toMin, long toMax ) : long

Converts a value from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : long[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, long result ) : long[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : long[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, long result ) : long[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : long[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, long result ) : long[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : long[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, long result ) : long[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : long[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, long result ) : long[]

Converts values from one scale to another scale.

Scale ( this values, IRange toRange, long result ) : long[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : long[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, long result ) : long[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : long[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, long result ) : long[]

Converts values from one scale to another scale.

Scale ( this values, byte fromMin, byte fromMax, long toMin, long toMax ) : long[]

Converts values from one scale to another scale.

Scale ( this values, byte fromMin, byte fromMax, long toMin, long toMax, long result ) : long[]

Converts values from one scale to another scale.

Scale ( this values, double fromMin, double fromMax, long toMin, long toMax ) : long[]

Converts values from one scale to another scale.

Scale ( this values, double fromMin, double fromMax, long toMin, long toMax, long result ) : long[]

Converts values from one scale to another scale.

Scale ( this values, float fromMin, float fromMax, long toMin, long toMax ) : long[]

Converts values from one scale to another scale.

Scale ( this values, float fromMin, float fromMax, long toMin, long toMax, long result ) : long[]

Converts values from one scale to another scale.

Scale ( this values, int fromMin, int fromMax, long toMin, long toMax ) : long[]

Converts values from one scale to another scale.

Scale ( this values, int fromMin, int fromMax, long toMin, long toMax, long result ) : long[]

Converts values from one scale to another scale.

Scale ( this values, long toMin, long toMax ) : long[]

Converts values from one scale to another scale.

Scale ( this values, long toMin, long toMax, long result ) : long[]

Converts values from one scale to another scale.

Scale ( this values, long fromMin, long fromMax, long toMin, long toMax ) : long[]

Converts values from one scale to another scale.

Scale ( this values, long fromMin, long fromMax, long toMin, long toMax, long result ) : long[]

Converts values from one scale to another scale.

Scale ( this values, sbyte fromMin, sbyte fromMax, long toMin, long toMax ) : long[]

Converts values from one scale to another scale.

Scale ( this values, sbyte fromMin, sbyte fromMax, long toMin, long toMax, long result ) : long[]

Converts values from one scale to another scale.

Scale ( this values, short fromMin, short fromMax, long toMin, long toMax ) : long[]

Converts values from one scale to another scale.

Scale ( this values, short fromMin, short fromMax, long toMin, long toMax, long result ) : long[]

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : sbyte

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : sbyte

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : sbyte

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : sbyte

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : sbyte

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : sbyte

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : sbyte

Converts values from one scale to another scale.

Scale ( this value, byte fromMin, byte fromMax, sbyte toMin, sbyte toMax ) : sbyte

Converts a value from one scale to another scale.

Scale ( this value, double fromMin, double fromMax, sbyte toMin, sbyte toMax ) : sbyte

Converts a value from one scale to another scale.

Scale ( this value, float fromMin, float fromMax, sbyte toMin, sbyte toMax ) : sbyte

Converts a value from one scale to another scale.

Scale ( this value, int fromMin, int fromMax, sbyte toMin, sbyte toMax ) : sbyte

Converts a value from one scale to another scale.

Scale ( this value, long fromMin, long fromMax, sbyte toMin, sbyte toMax ) : sbyte

Converts a value from one scale to another scale.

Scale ( this value, sbyte fromMin, sbyte fromMax, sbyte toMin, sbyte toMax ) : sbyte

Converts a value from one scale to another scale.

Scale ( this value, short fromMin, short fromMax, sbyte toMin, sbyte toMax ) : sbyte

Converts a value from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, sbyte result ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, sbyte result ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, sbyte result ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, sbyte result ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, sbyte result ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, sbyte result ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, IRange toRange, sbyte result ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, sbyte result ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, byte fromMin, byte fromMax, sbyte toMin, sbyte toMax ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, byte fromMin, byte fromMax, sbyte toMin, sbyte toMax, sbyte result ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, double fromMin, double fromMax, sbyte toMin, sbyte toMax ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, double fromMin, double fromMax, sbyte toMin, sbyte toMax, sbyte result ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, float fromMin, float fromMax, sbyte toMin, sbyte toMax ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, float fromMin, float fromMax, sbyte toMin, sbyte toMax, sbyte result ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, int fromMin, int fromMax, sbyte toMin, sbyte toMax ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, int fromMin, int fromMax, sbyte toMin, sbyte toMax, sbyte result ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, long fromMin, long fromMax, sbyte toMin, sbyte toMax ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, long fromMin, long fromMax, sbyte toMin, sbyte toMax, sbyte result ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, sbyte toMin, sbyte toMax ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, sbyte toMin, sbyte toMax, sbyte result ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, sbyte fromMin, sbyte fromMax, sbyte toMin, sbyte toMax ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, sbyte fromMin, sbyte fromMax, sbyte toMin, sbyte toMax, sbyte result ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, short fromMin, short fromMax, sbyte toMin, sbyte toMax ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this values, short fromMin, short fromMax, sbyte toMin, sbyte toMax, sbyte result ) : sbyte[]

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : short

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : short

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : short

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : short

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : short

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : short

Converts values from one scale to another scale.

Scale ( this value, IRange fromRange, IRange toRange ) : short

Converts values from one scale to another scale.

Scale ( this value, byte fromMin, byte fromMax, short toMin, short toMax ) : short

Converts a value from one scale to another scale.

Scale ( this value, double fromMin, double fromMax, short toMin, short toMax ) : short

Converts a value from one scale to another scale.

Scale ( this value, float fromMin, float fromMax, short toMin, short toMax ) : short

Converts a value from one scale to another scale.

Scale ( this value, int fromMin, int fromMax, short toMin, short toMax ) : short

Converts a value from one scale to another scale.

Scale ( this value, long fromMin, long fromMax, short toMin, short toMax ) : short

Converts a value from one scale to another scale.

Scale ( this value, sbyte fromMin, sbyte fromMax, short toMin, short toMax ) : short

Converts a value from one scale to another scale.

Scale ( this value, short fromMin, short fromMax, short toMin, short toMax ) : short

Converts a value from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : short[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, short result ) : short[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : short[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, short result ) : short[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : short[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, short result ) : short[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : short[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, short result ) : short[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : short[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, short result ) : short[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : short[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, short result ) : short[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange ) : short[]

Converts values from one scale to another scale.

Scale ( this values, IRange fromRange, IRange toRange, short result ) : short[]

Converts values from one scale to another scale.

Scale ( this values, IRange toRange, short result ) : short[]

Converts values from one scale to another scale.

Scale ( this values, byte fromMin, byte fromMax, short toMin, short toMax ) : short[]

Converts values from one scale to another scale.

Scale ( this values, byte fromMin, byte fromMax, short toMin, short toMax, short result ) : short[]

Converts values from one scale to another scale.

Scale ( this values, double fromMin, double fromMax, short toMin, short toMax ) : short[]

Converts values from one scale to another scale.

Scale ( this values, double fromMin, double fromMax, short toMin, short toMax, short result ) : short[]

Converts values from one scale to another scale.

Scale ( this values, float fromMin, float fromMax, short toMin, short toMax ) : short[]

Converts values from one scale to another scale.

Scale ( this values, float fromMin, float fromMax, short toMin, short toMax, short result ) : short[]

Converts values from one scale to another scale.

Scale ( this values, int fromMin, int fromMax, short toMin, short toMax ) : short[]

Converts values from one scale to another scale.

Scale ( this values, int fromMin, int fromMax, short toMin, short toMax, short result ) : short[]

Converts values from one scale to another scale.

Scale ( this values, long fromMin, long fromMax, short toMin, short toMax ) : short[]

Converts values from one scale to another scale.

Scale ( this values, long fromMin, long fromMax, short toMin, short toMax, short result ) : short[]

Converts values from one scale to another scale.

Scale ( this values, sbyte fromMin, sbyte fromMax, short toMin, short toMax ) : short[]

Converts values from one scale to another scale.

Scale ( this values, sbyte fromMin, sbyte fromMax, short toMin, short toMax, short result ) : short[]

Converts values from one scale to another scale.

Scale ( this values, short toMin, short toMax ) : short[]

Converts values from one scale to another scale.

Scale ( this values, short toMin, short toMax, short result ) : short[]

Converts values from one scale to another scale.

Scale ( this values, short fromMin, short fromMax, short toMin, short toMax ) : short[]

Converts values from one scale to another scale.

Scale ( this values, short fromMin, short fromMax, short toMin, short toMax, short result ) : short[]

Converts values from one scale to another scale.

Method Details

Dot() public static method

Gets the inner product (scalar product) between two vectors (a'*b).
public static Dot ( this a, Sparse b ) : double
a this A vector.
b Sparse A vector.
return double

Dot() public static method

Gets the inner product (scalar product) between two vectors (a'*b).
public static Dot ( this a, double b ) : double
a this A vector.
b double A vector.
return double

Interval() public static method

Creates an interval vector.
public static Interval ( byte a, byte b ) : byte[]
a byte
b byte
return byte[]

Interval() public static method

Creates an interval vector.
public static Interval ( byte a, byte b, byte stepSize ) : byte[]
a byte
b byte
stepSize byte
return byte[]

Interval() public static method

Creates an interval vector.
public static Interval ( byte a, byte b, int steps ) : byte[]
a byte
b byte
steps int
return byte[]

Interval() public static method

Creates an interval vector.
public static Interval ( this range, byte stepSize ) : byte[]
range this
stepSize byte
return byte[]

Interval() public static method

Creates an interval vector.
public static Interval ( this range, int steps ) : byte[]
range this
steps int
return byte[]

Interval() public static method

Creates an interval vector.
public static Interval ( decimal a, decimal b ) : decimal[]
a decimal
b decimal
return decimal[]

Interval() public static method

Creates an interval vector.
public static Interval ( decimal a, decimal b, decimal stepSize ) : decimal[]
a decimal
b decimal
stepSize decimal
return decimal[]

Interval() public static method

Creates an interval vector.
public static Interval ( decimal a, decimal b, int steps ) : decimal[]
a decimal
b decimal
steps int
return decimal[]

Interval() public static method

Creates an interval vector.
public static Interval ( double a, double b ) : double[]
a double
b double
return double[]

Interval() public static method

Creates an interval vector.
public static Interval ( double a, double b, double stepSize ) : double[]
a double
b double
stepSize double
return double[]

Interval() public static method

Creates an interval vector.
public static Interval ( double a, double b, int steps ) : double[]
a double
b double
steps int
return double[]

Interval() public static method

Creates an interval vector.
public static Interval ( this range, double stepSize ) : double[]
range this
stepSize double
return double[]

Interval() public static method

Creates an interval vector.
public static Interval ( this range, int steps ) : double[]
range this
steps int
return double[]

Interval() public static method

Creates an interval vector.
public static Interval ( float a, float b ) : float[]
a float
b float
return float[]

Interval() public static method

Creates an interval vector.
public static Interval ( float a, float b, float stepSize ) : float[]
a float
b float
stepSize float
return float[]

Interval() public static method

Creates an interval vector.
public static Interval ( float a, float b, int steps ) : float[]
a float
b float
steps int
return float[]

Interval() public static method

Creates an interval vector.
public static Interval ( this range, float stepSize ) : float[]
range this
stepSize float
return float[]

Interval() public static method

Creates an interval vector.
public static Interval ( this range, int steps ) : float[]
range this
steps int
return float[]

Interval() public static method

Creates an interval vector.
public static Interval ( int a, int b ) : int[]
a int
b int
return int[]

Interval() public static method

Creates an interval vector.
public static Interval ( int a, int b, double stepSize ) : int[]
a int
b int
stepSize double
return int[]

Interval() public static method

Creates an interval vector.
public static Interval ( int a, int b, int steps ) : int[]
a int
b int
steps int
return int[]

Interval() public static method

Creates an interval vector.
public static Interval ( this range, double stepSize ) : int[]
range this
stepSize double
return int[]

Interval() public static method

Creates an interval vector.
public static Interval ( this range, int steps ) : int[]
range this
steps int
return int[]

Interval() public static method

Creates an interval vector.
public static Interval ( long a, long b ) : long[]
a long
b long
return long[]

Interval() public static method

Creates an interval vector.
public static Interval ( long a, long b, int steps ) : long[]
a long
b long
steps int
return long[]

Interval() public static method

Creates an interval vector.
public static Interval ( long a, long b, long stepSize ) : long[]
a long
b long
stepSize long
return long[]

Interval() public static method

Creates an interval vector.
public static Interval ( sbyte a, sbyte b ) : sbyte[]
a sbyte
b sbyte
return sbyte[]

Interval() public static method

Creates an interval vector.
public static Interval ( sbyte a, sbyte b, int steps ) : sbyte[]
a sbyte
b sbyte
steps int
return sbyte[]

Interval() public static method

Creates an interval vector.
public static Interval ( sbyte a, sbyte b, sbyte stepSize ) : sbyte[]
a sbyte
b sbyte
stepSize sbyte
return sbyte[]

Interval() public static method

Creates an interval vector.
public static Interval ( short a, short b ) : short[]
a short
b short
return short[]

Interval() public static method

Creates an interval vector.
public static Interval ( short a, short b, int steps ) : short[]
a short
b short
steps int
return short[]

Interval() public static method

Creates an interval vector.
public static Interval ( short a, short b, short stepSize ) : short[]
a short
b short
stepSize short
return short[]

Interval() public static method

Creates an interval vector.
public static Interval ( ulong a, ulong b ) : ulong[]
a ulong
b ulong
return ulong[]

Interval() public static method

Creates an interval vector.
public static Interval ( ulong a, ulong b, int steps ) : ulong[]
a ulong
b ulong
steps int
return ulong[]

Interval() public static method

Creates an interval vector.
public static Interval ( ulong a, ulong b, ulong stepSize ) : ulong[]
a ulong
b ulong
stepSize ulong
return ulong[]

Interval() public static method

Creates an interval vector.
public static Interval ( ushort a, ushort b ) : ushort[]
a ushort
b ushort
return ushort[]

Interval() public static method

Creates an interval vector.
public static Interval ( ushort a, ushort b, int steps ) : ushort[]
a ushort
b ushort
steps int
return ushort[]

Interval() public static method

Creates an interval vector.
public static Interval ( ushort a, ushort b, ushort stepSize ) : ushort[]
a ushort
b ushort
stepSize ushort
return ushort[]

Range() public static method

Creates a range vector.
public static Range ( byte n ) : byte[]
n byte
return byte[]

Range() public static method

Creates a range vector.
public static Range ( byte a, byte b ) : byte[]
a byte
b byte
return byte[]

Range() public static method

Creates an interval vector.
public static Range ( byte a, byte b, byte stepSize ) : byte[]
a byte
b byte
stepSize byte
return byte[]

Range() public static method

Creates an interval vector.
public static Range ( this range ) : byte[]
range this
return byte[]

Range() public static method

Creates an interval vector.
public static Range ( this range, byte stepSize ) : byte[]
range this
stepSize byte
return byte[]

Range() public static method

Creates a range vector.
public static Range ( decimal n ) : decimal[]
n decimal
return decimal[]

Range() public static method

Creates a range vector.
public static Range ( decimal a, decimal b ) : decimal[]
a decimal
b decimal
return decimal[]

Range() public static method

Creates an interval vector.
public static Range ( decimal a, decimal b, decimal stepSize ) : decimal[]
a decimal
b decimal
stepSize decimal
return decimal[]

Range() public static method

Creates a range vector.
public static Range ( double n ) : double[]
n double
return double[]

Range() public static method

Creates a range vector.
public static Range ( double a, double b ) : double[]
a double
b double
return double[]

Range() public static method

Creates an interval vector.
public static Range ( double a, double b, double stepSize ) : double[]
a double
b double
stepSize double
return double[]

Range() public static method

Creates an interval vector.
public static Range ( this range ) : double[]
range this
return double[]

Range() public static method

Creates an interval vector.
public static Range ( this range, double stepSize ) : double[]
range this
stepSize double
return double[]

Range() public static method

Creates a range vector.
public static Range ( float n ) : float[]
n float
return float[]

Range() public static method

Creates a range vector.
public static Range ( float a, float b ) : float[]
a float
b float
return float[]

Range() public static method

Creates an interval vector.
public static Range ( float a, float b, float stepSize ) : float[]
a float
b float
stepSize float
return float[]

Range() public static method

Creates an interval vector.
public static Range ( this range ) : float[]
range this
return float[]

Range() public static method

Creates an interval vector.
public static Range ( this range, float stepSize ) : float[]
range this
stepSize float
return float[]

Range() public static method

Creates a range vector.
public static Range ( int n ) : int[]
n int
return int[]

Range() public static method

Creates a range vector.
public static Range ( int a, int b ) : int[]
a int
b int
return int[]

Range() public static method

Creates an interval vector.
public static Range ( int a, int b, double stepSize ) : int[]
a int
b int
stepSize double
return int[]

Range() public static method

Creates an interval vector.
public static Range ( this range ) : int[]
range this
return int[]

Range() public static method

Creates an interval vector.
public static Range ( this range, double stepSize ) : int[]
range this
stepSize double
return int[]

Range() public static method

Creates a range vector.
public static Range ( long n ) : long[]
n long
return long[]

Range() public static method

Creates a range vector.
public static Range ( long a, long b ) : long[]
a long
b long
return long[]

Range() public static method

Creates an interval vector.
public static Range ( long a, long b, long stepSize ) : long[]
a long
b long
stepSize long
return long[]

Range() public static method

Creates a range vector.
public static Range ( sbyte n ) : sbyte[]
n sbyte
return sbyte[]

Range() public static method

Creates a range vector.
public static Range ( sbyte a, sbyte b ) : sbyte[]
a sbyte
b sbyte
return sbyte[]

Range() public static method

Creates an interval vector.
public static Range ( sbyte a, sbyte b, sbyte stepSize ) : sbyte[]
a sbyte
b sbyte
stepSize sbyte
return sbyte[]

Range() public static method

Creates a range vector.
public static Range ( short n ) : short[]
n short
return short[]

Range() public static method

Creates a range vector.
public static Range ( short a, short b ) : short[]
a short
b short
return short[]

Range() public static method

Creates an interval vector.
public static Range ( short a, short b, short stepSize ) : short[]
a short
b short
stepSize short
return short[]

Range() public static method

Creates a range vector.
public static Range ( ulong n ) : ulong[]
n ulong
return ulong[]

Range() public static method

Creates a range vector.
public static Range ( ulong a, ulong b ) : ulong[]
a ulong
b ulong
return ulong[]

Range() public static method

Creates an interval vector.
public static Range ( ulong a, ulong b, ulong stepSize ) : ulong[]
a ulong
b ulong
stepSize ulong
return ulong[]

Range() public static method

Creates a range vector.
public static Range ( ushort n ) : ushort[]
n ushort
return ushort[]

Range() public static method

Creates a range vector.
public static Range ( ushort a, ushort b ) : ushort[]
a ushort
b ushort
return ushort[]

Range() public static method

Creates an interval vector.
public static Range ( ushort a, ushort b, ushort stepSize ) : ushort[]
a ushort
b ushort
stepSize ushort
return ushort[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : byte
value this
fromRange IRange
toRange IRange
return byte

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : byte
value this
fromRange IRange
toRange IRange
return byte

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : byte
value this
fromRange IRange
toRange IRange
return byte

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : byte
value this
fromRange IRange
toRange IRange
return byte

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : byte
value this
fromRange IRange
toRange IRange
return byte

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : byte
value this
fromRange IRange
toRange IRange
return byte

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : byte
value this
fromRange IRange
toRange IRange
return byte

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, byte fromMin, byte fromMax, byte toMin, byte toMax ) : byte
value this
fromMin byte
fromMax byte
toMin byte
toMax byte
return byte

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, double fromMin, double fromMax, byte toMin, byte toMax ) : byte
value this
fromMin double
fromMax double
toMin byte
toMax byte
return byte

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, float fromMin, float fromMax, byte toMin, byte toMax ) : byte
value this
fromMin float
fromMax float
toMin byte
toMax byte
return byte

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, int fromMin, int fromMax, byte toMin, byte toMax ) : byte
value this
fromMin int
fromMax int
toMin byte
toMax byte
return byte

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, long fromMin, long fromMax, byte toMin, byte toMax ) : byte
value this
fromMin long
fromMax long
toMin byte
toMax byte
return byte

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, sbyte fromMin, sbyte fromMax, byte toMin, byte toMax ) : byte
value this
fromMin sbyte
fromMax sbyte
toMin byte
toMax byte
return byte

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, short fromMin, short fromMax, byte toMin, byte toMax ) : byte
value this
fromMin short
fromMax short
toMin byte
toMax byte
return byte

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : byte[]
values this
fromRange IRange
toRange IRange
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, byte result ) : byte[]
values this
fromRange IRange
toRange IRange
result byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange toRange, byte result ) : byte[]
values this
toRange IRange
result byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : byte[]
values this
fromRange IRange
toRange IRange
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, byte result ) : byte[]
values this
fromRange IRange
toRange IRange
result byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : byte[]
values this
fromRange IRange
toRange IRange
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, byte result ) : byte[]
values this
fromRange IRange
toRange IRange
result byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : byte[]
values this
fromRange IRange
toRange IRange
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, byte result ) : byte[]
values this
fromRange IRange
toRange IRange
result byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : byte[]
values this
fromRange IRange
toRange IRange
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, byte result ) : byte[]
values this
fromRange IRange
toRange IRange
result byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : byte[]
values this
fromRange IRange
toRange IRange
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, byte result ) : byte[]
values this
fromRange IRange
toRange IRange
result byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : byte[]
values this
fromRange IRange
toRange IRange
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, byte result ) : byte[]
values this
fromRange IRange
toRange IRange
result byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, byte toMin, byte toMax ) : byte[]
values this
toMin byte
toMax byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, byte toMin, byte toMax, byte result ) : byte[]
values this
toMin byte
toMax byte
result byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, byte fromMin, byte fromMax, byte toMin, byte toMax ) : byte[]
values this
fromMin byte
fromMax byte
toMin byte
toMax byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, byte fromMin, byte fromMax, byte toMin, byte toMax, byte result ) : byte[]
values this
fromMin byte
fromMax byte
toMin byte
toMax byte
result byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, double fromMin, double fromMax, byte toMin, byte toMax ) : byte[]
values this
fromMin double
fromMax double
toMin byte
toMax byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, double fromMin, double fromMax, byte toMin, byte toMax, byte result ) : byte[]
values this
fromMin double
fromMax double
toMin byte
toMax byte
result byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, float fromMin, float fromMax, byte toMin, byte toMax ) : byte[]
values this
fromMin float
fromMax float
toMin byte
toMax byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, float fromMin, float fromMax, byte toMin, byte toMax, byte result ) : byte[]
values this
fromMin float
fromMax float
toMin byte
toMax byte
result byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, int fromMin, int fromMax, byte toMin, byte toMax ) : byte[]
values this
fromMin int
fromMax int
toMin byte
toMax byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, int fromMin, int fromMax, byte toMin, byte toMax, byte result ) : byte[]
values this
fromMin int
fromMax int
toMin byte
toMax byte
result byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, long fromMin, long fromMax, byte toMin, byte toMax ) : byte[]
values this
fromMin long
fromMax long
toMin byte
toMax byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, long fromMin, long fromMax, byte toMin, byte toMax, byte result ) : byte[]
values this
fromMin long
fromMax long
toMin byte
toMax byte
result byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, sbyte fromMin, sbyte fromMax, byte toMin, byte toMax ) : byte[]
values this
fromMin sbyte
fromMax sbyte
toMin byte
toMax byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, sbyte fromMin, sbyte fromMax, byte toMin, byte toMax, byte result ) : byte[]
values this
fromMin sbyte
fromMax sbyte
toMin byte
toMax byte
result byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, short fromMin, short fromMax, byte toMin, byte toMax ) : byte[]
values this
fromMin short
fromMax short
toMin byte
toMax byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, short fromMin, short fromMax, byte toMin, byte toMax, byte result ) : byte[]
values this
fromMin short
fromMax short
toMin byte
toMax byte
result byte
return byte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : double
value this
fromRange IRange
toRange IRange
return double

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : double
value this
fromRange IRange
toRange IRange
return double

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : double
value this
fromRange IRange
toRange IRange
return double

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : double
value this
fromRange IRange
toRange IRange
return double

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : double
value this
fromRange IRange
toRange IRange
return double

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : double
value this
fromRange IRange
toRange IRange
return double

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : double
value this
fromRange IRange
toRange IRange
return double

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, byte fromMin, byte fromMax, double toMin, double toMax ) : double
value this
fromMin byte
fromMax byte
toMin double
toMax double
return double

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, double fromMin, double fromMax, double toMin, double toMax ) : double
value this
fromMin double
fromMax double
toMin double
toMax double
return double

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, float fromMin, float fromMax, double toMin, double toMax ) : double
value this
fromMin float
fromMax float
toMin double
toMax double
return double

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, int fromMin, int fromMax, double toMin, double toMax ) : double
value this
fromMin int
fromMax int
toMin double
toMax double
return double

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, long fromMin, long fromMax, double toMin, double toMax ) : double
value this
fromMin long
fromMax long
toMin double
toMax double
return double

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, sbyte fromMin, sbyte fromMax, double toMin, double toMax ) : double
value this
fromMin sbyte
fromMax sbyte
toMin double
toMax double
return double

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, short fromMin, short fromMax, double toMin, double toMax ) : double
value this
fromMin short
fromMax short
toMin double
toMax double
return double

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : double[]
values this
fromRange IRange
toRange IRange
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, double result ) : double[]
values this
fromRange IRange
toRange IRange
result double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : double[]
values this
fromRange IRange
toRange IRange
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, double result ) : double[]
values this
fromRange IRange
toRange IRange
result double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange toRange, double result ) : double[]
values this
toRange IRange
result double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : double[]
values this
fromRange IRange
toRange IRange
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, double result ) : double[]
values this
fromRange IRange
toRange IRange
result double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : double[]
values this
fromRange IRange
toRange IRange
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, double result ) : double[]
values this
fromRange IRange
toRange IRange
result double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : double[]
values this
fromRange IRange
toRange IRange
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, double result ) : double[]
values this
fromRange IRange
toRange IRange
result double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : double[]
values this
fromRange IRange
toRange IRange
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, double result ) : double[]
values this
fromRange IRange
toRange IRange
result double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : double[]
values this
fromRange IRange
toRange IRange
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, double result ) : double[]
values this
fromRange IRange
toRange IRange
result double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, byte fromMin, byte fromMax, double toMin, double toMax ) : double[]
values this
fromMin byte
fromMax byte
toMin double
toMax double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, byte fromMin, byte fromMax, double toMin, double toMax, double result ) : double[]
values this
fromMin byte
fromMax byte
toMin double
toMax double
result double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, double toMin, double toMax ) : double[]
values this
toMin double
toMax double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, double toMin, double toMax, double result ) : double[]
values this
toMin double
toMax double
result double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, double fromMin, double fromMax, double toMin, double toMax ) : double[]
values this
fromMin double
fromMax double
toMin double
toMax double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, double fromMin, double fromMax, double toMin, double toMax, double result ) : double[]
values this
fromMin double
fromMax double
toMin double
toMax double
result double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, float fromMin, float fromMax, double toMin, double toMax ) : double[]
values this
fromMin float
fromMax float
toMin double
toMax double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, float fromMin, float fromMax, double toMin, double toMax, double result ) : double[]
values this
fromMin float
fromMax float
toMin double
toMax double
result double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, int fromMin, int fromMax, double toMin, double toMax ) : double[]
values this
fromMin int
fromMax int
toMin double
toMax double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, int fromMin, int fromMax, double toMin, double toMax, double result ) : double[]
values this
fromMin int
fromMax int
toMin double
toMax double
result double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, long fromMin, long fromMax, double toMin, double toMax ) : double[]
values this
fromMin long
fromMax long
toMin double
toMax double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, long fromMin, long fromMax, double toMin, double toMax, double result ) : double[]
values this
fromMin long
fromMax long
toMin double
toMax double
result double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, sbyte fromMin, sbyte fromMax, double toMin, double toMax ) : double[]
values this
fromMin sbyte
fromMax sbyte
toMin double
toMax double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, sbyte fromMin, sbyte fromMax, double toMin, double toMax, double result ) : double[]
values this
fromMin sbyte
fromMax sbyte
toMin double
toMax double
result double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, short fromMin, short fromMax, double toMin, double toMax ) : double[]
values this
fromMin short
fromMax short
toMin double
toMax double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, short fromMin, short fromMax, double toMin, double toMax, double result ) : double[]
values this
fromMin short
fromMax short
toMin double
toMax double
result double
return double[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : float
value this
fromRange IRange
toRange IRange
return float

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : float
value this
fromRange IRange
toRange IRange
return float

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : float
value this
fromRange IRange
toRange IRange
return float

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : float
value this
fromRange IRange
toRange IRange
return float

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : float
value this
fromRange IRange
toRange IRange
return float

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : float
value this
fromRange IRange
toRange IRange
return float

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : float
value this
fromRange IRange
toRange IRange
return float

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, byte fromMin, byte fromMax, float toMin, float toMax ) : float
value this
fromMin byte
fromMax byte
toMin float
toMax float
return float

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, double fromMin, double fromMax, float toMin, float toMax ) : float
value this
fromMin double
fromMax double
toMin float
toMax float
return float

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, float fromMin, float fromMax, float toMin, float toMax ) : float
value this
fromMin float
fromMax float
toMin float
toMax float
return float

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, int fromMin, int fromMax, float toMin, float toMax ) : float
value this
fromMin int
fromMax int
toMin float
toMax float
return float

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, long fromMin, long fromMax, float toMin, float toMax ) : float
value this
fromMin long
fromMax long
toMin float
toMax float
return float

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, sbyte fromMin, sbyte fromMax, float toMin, float toMax ) : float
value this
fromMin sbyte
fromMax sbyte
toMin float
toMax float
return float

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, short fromMin, short fromMax, float toMin, float toMax ) : float
value this
fromMin short
fromMax short
toMin float
toMax float
return float

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : float[]
values this
fromRange IRange
toRange IRange
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, float result ) : float[]
values this
fromRange IRange
toRange IRange
result float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : float[]
values this
fromRange IRange
toRange IRange
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, float result ) : float[]
values this
fromRange IRange
toRange IRange
result float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : float[]
values this
fromRange IRange
toRange IRange
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, float result ) : float[]
values this
fromRange IRange
toRange IRange
result float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange toRange, float result ) : float[]
values this
toRange IRange
result float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : float[]
values this
fromRange IRange
toRange IRange
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, float result ) : float[]
values this
fromRange IRange
toRange IRange
result float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : float[]
values this
fromRange IRange
toRange IRange
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, float result ) : float[]
values this
fromRange IRange
toRange IRange
result float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : float[]
values this
fromRange IRange
toRange IRange
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, float result ) : float[]
values this
fromRange IRange
toRange IRange
result float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : float[]
values this
fromRange IRange
toRange IRange
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, float result ) : float[]
values this
fromRange IRange
toRange IRange
result float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, byte fromMin, byte fromMax, float toMin, float toMax ) : float[]
values this
fromMin byte
fromMax byte
toMin float
toMax float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, byte fromMin, byte fromMax, float toMin, float toMax, float result ) : float[]
values this
fromMin byte
fromMax byte
toMin float
toMax float
result float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, double fromMin, double fromMax, float toMin, float toMax ) : float[]
values this
fromMin double
fromMax double
toMin float
toMax float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, double fromMin, double fromMax, float toMin, float toMax, float result ) : float[]
values this
fromMin double
fromMax double
toMin float
toMax float
result float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, float toMin, float toMax ) : float[]
values this
toMin float
toMax float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, float toMin, float toMax, float result ) : float[]
values this
toMin float
toMax float
result float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, float fromMin, float fromMax, float toMin, float toMax ) : float[]
values this
fromMin float
fromMax float
toMin float
toMax float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, float fromMin, float fromMax, float toMin, float toMax, float result ) : float[]
values this
fromMin float
fromMax float
toMin float
toMax float
result float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, int fromMin, int fromMax, float toMin, float toMax ) : float[]
values this
fromMin int
fromMax int
toMin float
toMax float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, int fromMin, int fromMax, float toMin, float toMax, float result ) : float[]
values this
fromMin int
fromMax int
toMin float
toMax float
result float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, long fromMin, long fromMax, float toMin, float toMax ) : float[]
values this
fromMin long
fromMax long
toMin float
toMax float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, long fromMin, long fromMax, float toMin, float toMax, float result ) : float[]
values this
fromMin long
fromMax long
toMin float
toMax float
result float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, sbyte fromMin, sbyte fromMax, float toMin, float toMax ) : float[]
values this
fromMin sbyte
fromMax sbyte
toMin float
toMax float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, sbyte fromMin, sbyte fromMax, float toMin, float toMax, float result ) : float[]
values this
fromMin sbyte
fromMax sbyte
toMin float
toMax float
result float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, short fromMin, short fromMax, float toMin, float toMax ) : float[]
values this
fromMin short
fromMax short
toMin float
toMax float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, short fromMin, short fromMax, float toMin, float toMax, float result ) : float[]
values this
fromMin short
fromMax short
toMin float
toMax float
result float
return float[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : int
value this
fromRange IRange
toRange IRange
return int

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : int
value this
fromRange IRange
toRange IRange
return int

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : int
value this
fromRange IRange
toRange IRange
return int

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : int
value this
fromRange IRange
toRange IRange
return int

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : int
value this
fromRange IRange
toRange IRange
return int

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : int
value this
fromRange IRange
toRange IRange
return int

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : int
value this
fromRange IRange
toRange IRange
return int

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, byte fromMin, byte fromMax, int toMin, int toMax ) : int
value this
fromMin byte
fromMax byte
toMin int
toMax int
return int

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, double fromMin, double fromMax, int toMin, int toMax ) : int
value this
fromMin double
fromMax double
toMin int
toMax int
return int

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, float fromMin, float fromMax, int toMin, int toMax ) : int
value this
fromMin float
fromMax float
toMin int
toMax int
return int

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, int fromMin, int fromMax, int toMin, int toMax ) : int
value this
fromMin int
fromMax int
toMin int
toMax int
return int

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, long fromMin, long fromMax, int toMin, int toMax ) : int
value this
fromMin long
fromMax long
toMin int
toMax int
return int

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, sbyte fromMin, sbyte fromMax, int toMin, int toMax ) : int
value this
fromMin sbyte
fromMax sbyte
toMin int
toMax int
return int

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, short fromMin, short fromMax, int toMin, int toMax ) : int
value this
fromMin short
fromMax short
toMin int
toMax int
return int

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : int[]
values this
fromRange IRange
toRange IRange
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, int result ) : int[]
values this
fromRange IRange
toRange IRange
result int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : int[]
values this
fromRange IRange
toRange IRange
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, int result ) : int[]
values this
fromRange IRange
toRange IRange
result int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : int[]
values this
fromRange IRange
toRange IRange
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, int result ) : int[]
values this
fromRange IRange
toRange IRange
result int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : int[]
values this
fromRange IRange
toRange IRange
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, int result ) : int[]
values this
fromRange IRange
toRange IRange
result int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange toRange, int result ) : int[]
values this
toRange IRange
result int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : int[]
values this
fromRange IRange
toRange IRange
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, int result ) : int[]
values this
fromRange IRange
toRange IRange
result int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : int[]
values this
fromRange IRange
toRange IRange
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, int result ) : int[]
values this
fromRange IRange
toRange IRange
result int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : int[]
values this
fromRange IRange
toRange IRange
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, int result ) : int[]
values this
fromRange IRange
toRange IRange
result int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, byte fromMin, byte fromMax, int toMin, int toMax ) : int[]
values this
fromMin byte
fromMax byte
toMin int
toMax int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, byte fromMin, byte fromMax, int toMin, int toMax, int result ) : int[]
values this
fromMin byte
fromMax byte
toMin int
toMax int
result int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, double fromMin, double fromMax, int toMin, int toMax ) : int[]
values this
fromMin double
fromMax double
toMin int
toMax int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, double fromMin, double fromMax, int toMin, int toMax, int result ) : int[]
values this
fromMin double
fromMax double
toMin int
toMax int
result int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, float fromMin, float fromMax, int toMin, int toMax ) : int[]
values this
fromMin float
fromMax float
toMin int
toMax int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, float fromMin, float fromMax, int toMin, int toMax, int result ) : int[]
values this
fromMin float
fromMax float
toMin int
toMax int
result int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, int toMin, int toMax ) : int[]
values this
toMin int
toMax int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, int toMin, int toMax, int result ) : int[]
values this
toMin int
toMax int
result int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, int fromMin, int fromMax, int toMin, int toMax ) : int[]
values this
fromMin int
fromMax int
toMin int
toMax int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, int fromMin, int fromMax, int toMin, int toMax, int result ) : int[]
values this
fromMin int
fromMax int
toMin int
toMax int
result int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, long fromMin, long fromMax, int toMin, int toMax ) : int[]
values this
fromMin long
fromMax long
toMin int
toMax int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, long fromMin, long fromMax, int toMin, int toMax, int result ) : int[]
values this
fromMin long
fromMax long
toMin int
toMax int
result int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, sbyte fromMin, sbyte fromMax, int toMin, int toMax ) : int[]
values this
fromMin sbyte
fromMax sbyte
toMin int
toMax int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, sbyte fromMin, sbyte fromMax, int toMin, int toMax, int result ) : int[]
values this
fromMin sbyte
fromMax sbyte
toMin int
toMax int
result int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, short fromMin, short fromMax, int toMin, int toMax ) : int[]
values this
fromMin short
fromMax short
toMin int
toMax int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, short fromMin, short fromMax, int toMin, int toMax, int result ) : int[]
values this
fromMin short
fromMax short
toMin int
toMax int
result int
return int[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : long
value this
fromRange IRange
toRange IRange
return long

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : long
value this
fromRange IRange
toRange IRange
return long

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : long
value this
fromRange IRange
toRange IRange
return long

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : long
value this
fromRange IRange
toRange IRange
return long

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : long
value this
fromRange IRange
toRange IRange
return long

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : long
value this
fromRange IRange
toRange IRange
return long

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : long
value this
fromRange IRange
toRange IRange
return long

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, byte fromMin, byte fromMax, long toMin, long toMax ) : long
value this
fromMin byte
fromMax byte
toMin long
toMax long
return long

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, double fromMin, double fromMax, long toMin, long toMax ) : long
value this
fromMin double
fromMax double
toMin long
toMax long
return long

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, float fromMin, float fromMax, long toMin, long toMax ) : long
value this
fromMin float
fromMax float
toMin long
toMax long
return long

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, int fromMin, int fromMax, long toMin, long toMax ) : long
value this
fromMin int
fromMax int
toMin long
toMax long
return long

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, long fromMin, long fromMax, long toMin, long toMax ) : long
value this
fromMin long
fromMax long
toMin long
toMax long
return long

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, sbyte fromMin, sbyte fromMax, long toMin, long toMax ) : long
value this
fromMin sbyte
fromMax sbyte
toMin long
toMax long
return long

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, short fromMin, short fromMax, long toMin, long toMax ) : long
value this
fromMin short
fromMax short
toMin long
toMax long
return long

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : long[]
values this
fromRange IRange
toRange IRange
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, long result ) : long[]
values this
fromRange IRange
toRange IRange
result long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : long[]
values this
fromRange IRange
toRange IRange
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, long result ) : long[]
values this
fromRange IRange
toRange IRange
result long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : long[]
values this
fromRange IRange
toRange IRange
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, long result ) : long[]
values this
fromRange IRange
toRange IRange
result long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : long[]
values this
fromRange IRange
toRange IRange
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, long result ) : long[]
values this
fromRange IRange
toRange IRange
result long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : long[]
values this
fromRange IRange
toRange IRange
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, long result ) : long[]
values this
fromRange IRange
toRange IRange
result long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange toRange, long result ) : long[]
values this
toRange IRange
result long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : long[]
values this
fromRange IRange
toRange IRange
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, long result ) : long[]
values this
fromRange IRange
toRange IRange
result long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : long[]
values this
fromRange IRange
toRange IRange
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, long result ) : long[]
values this
fromRange IRange
toRange IRange
result long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, byte fromMin, byte fromMax, long toMin, long toMax ) : long[]
values this
fromMin byte
fromMax byte
toMin long
toMax long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, byte fromMin, byte fromMax, long toMin, long toMax, long result ) : long[]
values this
fromMin byte
fromMax byte
toMin long
toMax long
result long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, double fromMin, double fromMax, long toMin, long toMax ) : long[]
values this
fromMin double
fromMax double
toMin long
toMax long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, double fromMin, double fromMax, long toMin, long toMax, long result ) : long[]
values this
fromMin double
fromMax double
toMin long
toMax long
result long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, float fromMin, float fromMax, long toMin, long toMax ) : long[]
values this
fromMin float
fromMax float
toMin long
toMax long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, float fromMin, float fromMax, long toMin, long toMax, long result ) : long[]
values this
fromMin float
fromMax float
toMin long
toMax long
result long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, int fromMin, int fromMax, long toMin, long toMax ) : long[]
values this
fromMin int
fromMax int
toMin long
toMax long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, int fromMin, int fromMax, long toMin, long toMax, long result ) : long[]
values this
fromMin int
fromMax int
toMin long
toMax long
result long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, long toMin, long toMax ) : long[]
values this
toMin long
toMax long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, long toMin, long toMax, long result ) : long[]
values this
toMin long
toMax long
result long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, long fromMin, long fromMax, long toMin, long toMax ) : long[]
values this
fromMin long
fromMax long
toMin long
toMax long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, long fromMin, long fromMax, long toMin, long toMax, long result ) : long[]
values this
fromMin long
fromMax long
toMin long
toMax long
result long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, sbyte fromMin, sbyte fromMax, long toMin, long toMax ) : long[]
values this
fromMin sbyte
fromMax sbyte
toMin long
toMax long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, sbyte fromMin, sbyte fromMax, long toMin, long toMax, long result ) : long[]
values this
fromMin sbyte
fromMax sbyte
toMin long
toMax long
result long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, short fromMin, short fromMax, long toMin, long toMax ) : long[]
values this
fromMin short
fromMax short
toMin long
toMax long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, short fromMin, short fromMax, long toMin, long toMax, long result ) : long[]
values this
fromMin short
fromMax short
toMin long
toMax long
result long
return long[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : sbyte
value this
fromRange IRange
toRange IRange
return sbyte

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : sbyte
value this
fromRange IRange
toRange IRange
return sbyte

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : sbyte
value this
fromRange IRange
toRange IRange
return sbyte

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : sbyte
value this
fromRange IRange
toRange IRange
return sbyte

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : sbyte
value this
fromRange IRange
toRange IRange
return sbyte

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : sbyte
value this
fromRange IRange
toRange IRange
return sbyte

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : sbyte
value this
fromRange IRange
toRange IRange
return sbyte

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, byte fromMin, byte fromMax, sbyte toMin, sbyte toMax ) : sbyte
value this
fromMin byte
fromMax byte
toMin sbyte
toMax sbyte
return sbyte

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, double fromMin, double fromMax, sbyte toMin, sbyte toMax ) : sbyte
value this
fromMin double
fromMax double
toMin sbyte
toMax sbyte
return sbyte

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, float fromMin, float fromMax, sbyte toMin, sbyte toMax ) : sbyte
value this
fromMin float
fromMax float
toMin sbyte
toMax sbyte
return sbyte

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, int fromMin, int fromMax, sbyte toMin, sbyte toMax ) : sbyte
value this
fromMin int
fromMax int
toMin sbyte
toMax sbyte
return sbyte

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, long fromMin, long fromMax, sbyte toMin, sbyte toMax ) : sbyte
value this
fromMin long
fromMax long
toMin sbyte
toMax sbyte
return sbyte

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, sbyte fromMin, sbyte fromMax, sbyte toMin, sbyte toMax ) : sbyte
value this
fromMin sbyte
fromMax sbyte
toMin sbyte
toMax sbyte
return sbyte

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, short fromMin, short fromMax, sbyte toMin, sbyte toMax ) : sbyte
value this
fromMin short
fromMax short
toMin sbyte
toMax sbyte
return sbyte

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : sbyte[]
values this
fromRange IRange
toRange IRange
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, sbyte result ) : sbyte[]
values this
fromRange IRange
toRange IRange
result sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : sbyte[]
values this
fromRange IRange
toRange IRange
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, sbyte result ) : sbyte[]
values this
fromRange IRange
toRange IRange
result sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : sbyte[]
values this
fromRange IRange
toRange IRange
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, sbyte result ) : sbyte[]
values this
fromRange IRange
toRange IRange
result sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : sbyte[]
values this
fromRange IRange
toRange IRange
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, sbyte result ) : sbyte[]
values this
fromRange IRange
toRange IRange
result sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : sbyte[]
values this
fromRange IRange
toRange IRange
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, sbyte result ) : sbyte[]
values this
fromRange IRange
toRange IRange
result sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : sbyte[]
values this
fromRange IRange
toRange IRange
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, sbyte result ) : sbyte[]
values this
fromRange IRange
toRange IRange
result sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange toRange, sbyte result ) : sbyte[]
values this
toRange IRange
result sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : sbyte[]
values this
fromRange IRange
toRange IRange
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, sbyte result ) : sbyte[]
values this
fromRange IRange
toRange IRange
result sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, byte fromMin, byte fromMax, sbyte toMin, sbyte toMax ) : sbyte[]
values this
fromMin byte
fromMax byte
toMin sbyte
toMax sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, byte fromMin, byte fromMax, sbyte toMin, sbyte toMax, sbyte result ) : sbyte[]
values this
fromMin byte
fromMax byte
toMin sbyte
toMax sbyte
result sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, double fromMin, double fromMax, sbyte toMin, sbyte toMax ) : sbyte[]
values this
fromMin double
fromMax double
toMin sbyte
toMax sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, double fromMin, double fromMax, sbyte toMin, sbyte toMax, sbyte result ) : sbyte[]
values this
fromMin double
fromMax double
toMin sbyte
toMax sbyte
result sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, float fromMin, float fromMax, sbyte toMin, sbyte toMax ) : sbyte[]
values this
fromMin float
fromMax float
toMin sbyte
toMax sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, float fromMin, float fromMax, sbyte toMin, sbyte toMax, sbyte result ) : sbyte[]
values this
fromMin float
fromMax float
toMin sbyte
toMax sbyte
result sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, int fromMin, int fromMax, sbyte toMin, sbyte toMax ) : sbyte[]
values this
fromMin int
fromMax int
toMin sbyte
toMax sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, int fromMin, int fromMax, sbyte toMin, sbyte toMax, sbyte result ) : sbyte[]
values this
fromMin int
fromMax int
toMin sbyte
toMax sbyte
result sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, long fromMin, long fromMax, sbyte toMin, sbyte toMax ) : sbyte[]
values this
fromMin long
fromMax long
toMin sbyte
toMax sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, long fromMin, long fromMax, sbyte toMin, sbyte toMax, sbyte result ) : sbyte[]
values this
fromMin long
fromMax long
toMin sbyte
toMax sbyte
result sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, sbyte toMin, sbyte toMax ) : sbyte[]
values this
toMin sbyte
toMax sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, sbyte toMin, sbyte toMax, sbyte result ) : sbyte[]
values this
toMin sbyte
toMax sbyte
result sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, sbyte fromMin, sbyte fromMax, sbyte toMin, sbyte toMax ) : sbyte[]
values this
fromMin sbyte
fromMax sbyte
toMin sbyte
toMax sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, sbyte fromMin, sbyte fromMax, sbyte toMin, sbyte toMax, sbyte result ) : sbyte[]
values this
fromMin sbyte
fromMax sbyte
toMin sbyte
toMax sbyte
result sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, short fromMin, short fromMax, sbyte toMin, sbyte toMax ) : sbyte[]
values this
fromMin short
fromMax short
toMin sbyte
toMax sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, short fromMin, short fromMax, sbyte toMin, sbyte toMax, sbyte result ) : sbyte[]
values this
fromMin short
fromMax short
toMin sbyte
toMax sbyte
result sbyte
return sbyte[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : short
value this
fromRange IRange
toRange IRange
return short

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : short
value this
fromRange IRange
toRange IRange
return short

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : short
value this
fromRange IRange
toRange IRange
return short

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : short
value this
fromRange IRange
toRange IRange
return short

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : short
value this
fromRange IRange
toRange IRange
return short

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : short
value this
fromRange IRange
toRange IRange
return short

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this value, IRange fromRange, IRange toRange ) : short
value this
fromRange IRange
toRange IRange
return short

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, byte fromMin, byte fromMax, short toMin, short toMax ) : short
value this
fromMin byte
fromMax byte
toMin short
toMax short
return short

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, double fromMin, double fromMax, short toMin, short toMax ) : short
value this
fromMin double
fromMax double
toMin short
toMax short
return short

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, float fromMin, float fromMax, short toMin, short toMax ) : short
value this
fromMin float
fromMax float
toMin short
toMax short
return short

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, int fromMin, int fromMax, short toMin, short toMax ) : short
value this
fromMin int
fromMax int
toMin short
toMax short
return short

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, long fromMin, long fromMax, short toMin, short toMax ) : short
value this
fromMin long
fromMax long
toMin short
toMax short
return short

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, sbyte fromMin, sbyte fromMax, short toMin, short toMax ) : short
value this
fromMin sbyte
fromMax sbyte
toMin short
toMax short
return short

Scale() public static method

Converts a value from one scale to another scale.
public static Scale ( this value, short fromMin, short fromMax, short toMin, short toMax ) : short
value this
fromMin short
fromMax short
toMin short
toMax short
return short

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : short[]
values this
fromRange IRange
toRange IRange
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, short result ) : short[]
values this
fromRange IRange
toRange IRange
result short
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : short[]
values this
fromRange IRange
toRange IRange
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, short result ) : short[]
values this
fromRange IRange
toRange IRange
result short
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : short[]
values this
fromRange IRange
toRange IRange
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, short result ) : short[]
values this
fromRange IRange
toRange IRange
result short
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : short[]
values this
fromRange IRange
toRange IRange
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, short result ) : short[]
values this
fromRange IRange
toRange IRange
result short
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : short[]
values this
fromRange IRange
toRange IRange
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, short result ) : short[]
values this
fromRange IRange
toRange IRange
result short
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : short[]
values this
fromRange IRange
toRange IRange
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, short result ) : short[]
values this
fromRange IRange
toRange IRange
result short
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange ) : short[]
values this
fromRange IRange
toRange IRange
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange fromRange, IRange toRange, short result ) : short[]
values this
fromRange IRange
toRange IRange
result short
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, IRange toRange, short result ) : short[]
values this
toRange IRange
result short
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, byte fromMin, byte fromMax, short toMin, short toMax ) : short[]
values this
fromMin byte
fromMax byte
toMin short
toMax short
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, byte fromMin, byte fromMax, short toMin, short toMax, short result ) : short[]
values this
fromMin byte
fromMax byte
toMin short
toMax short
result short
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, double fromMin, double fromMax, short toMin, short toMax ) : short[]
values this
fromMin double
fromMax double
toMin short
toMax short
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, double fromMin, double fromMax, short toMin, short toMax, short result ) : short[]
values this
fromMin double
fromMax double
toMin short
toMax short
result short
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, float fromMin, float fromMax, short toMin, short toMax ) : short[]
values this
fromMin float
fromMax float
toMin short
toMax short
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, float fromMin, float fromMax, short toMin, short toMax, short result ) : short[]
values this
fromMin float
fromMax float
toMin short
toMax short
result short
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, int fromMin, int fromMax, short toMin, short toMax ) : short[]
values this
fromMin int
fromMax int
toMin short
toMax short
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, int fromMin, int fromMax, short toMin, short toMax, short result ) : short[]
values this
fromMin int
fromMax int
toMin short
toMax short
result short
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, long fromMin, long fromMax, short toMin, short toMax ) : short[]
values this
fromMin long
fromMax long
toMin short
toMax short
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, long fromMin, long fromMax, short toMin, short toMax, short result ) : short[]
values this
fromMin long
fromMax long
toMin short
toMax short
result short
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, sbyte fromMin, sbyte fromMax, short toMin, short toMax ) : short[]
values this
fromMin sbyte
fromMax sbyte
toMin short
toMax short
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, sbyte fromMin, sbyte fromMax, short toMin, short toMax, short result ) : short[]
values this
fromMin sbyte
fromMax sbyte
toMin short
toMax short
result short
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, short toMin, short toMax ) : short[]
values this
toMin short
toMax short
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, short toMin, short toMax, short result ) : short[]
values this
toMin short
toMax short
result short
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, short fromMin, short fromMax, short toMin, short toMax ) : short[]
values this
fromMin short
fromMax short
toMin short
toMax short
return short[]

Scale() public static method

Converts values from one scale to another scale.
public static Scale ( this values, short fromMin, short fromMax, short toMin, short toMax, short result ) : short[]
values this
fromMin short
fromMax short
toMin short
toMax short
result short
return short[]