Click or drag to resize

CharactersLargeThan Method

Determines whether the first character array is larger than the second.

Namespace: Altaxo.Calc.Ode.Obsolete
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool LargeThan(
	char[] left,
	char[] right
)

Parameters

left  Char
The first character array.
right  Char
The second character array.

Return Value

Boolean
true if the first character array is larger; otherwise, false.
See Also