CharactersLeastThan Method |
Determines whether the first character array is less than the second.
Namespace: Altaxo.Calc.Ode.ObsoleteAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool LeastThan(
char[] left,
char[] right
)
Parameters
- left Char
- The first character array.
- right Char
- The second character array.
Return Value
Booleantrue if the first character array is less; otherwise, false.
See Also