Click or drag to resize

MathUtilsTransform Method

Namespace:  Scilligence.MolEngine.Common
Assembly:  Scilligence.MolEngine (in Scilligence.MolEngine.dll) Version: 1.3.0.0 (7.0.0.39951)
Syntax
C#
public static double[] Transform(
	double[] list,
	MathUtilsTransformFun fun
)

Parameters

list
Type: SystemDouble
fun
Type: Scilligence.MolEngine.CommonMathUtilsTransformFun

Return Value

Type: Double
See Also