Click or drag to resize

LSAMERun Method

Purpose ======= LSAME returns .TRUE. if CA is the same letter as CB regardless of case.

Namespace: DotNumerics.LinearAlgebra.CSLapack
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Run(
	string CA,
	string CB
)
Request Example View Source

Parameters

CA  String
(input) CHARACTER*1
CB  String
(input) CHARACTER*1 CA and CB specify the single characters to be compared.

Return Value

Boolean
See Also