Click or drag to resize

MasterCurveCreationGetPropertiesOfCurve Method

Gets two property values from the specified curve.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static (AltaxoVariant property1Value, AltaxoVariant property2Value) GetPropertiesOfCurve(
	XAndYColumn curve,
	string property1Name,
	string property2Name
)

Parameters

curve  XAndYColumn
The curve whose properties are queried.
property1Name  String
The name of the first property.
property2Name  String
The name of the second property.

Return Value

ValueTupleAltaxoVariant, AltaxoVariant
The values of the requested properties.
See Also