Click or drag to resize

SquareRootFunctionBaseFunction Property

Get / set the base function.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IScalarFunctionDD BaseFunction { get; set; }

Property Value

IScalarFunctionDD
The base function, from which the square root is evaluated.
See Also