Click or drag to resize

DateTimeTickSpacingTimeSpanExDivide Method

Divides one time span expression by another.

Namespace: Altaxo.Graph.Scales.Ticks
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static double Divide(
	DateTimeTickSpacingTimeSpanEx a,
	DateTimeTickSpacingTimeSpanEx b
)

Parameters

a  DateTimeTickSpacingTimeSpanEx
The dividend.
b  DateTimeTickSpacingTimeSpanEx
The divisor.

Return Value

Double
The quotient of the two time span expressions.
See Also