Purpose
=======
LSAME returns .TRUE. if CA is the same letter as CB regardless of
case.
Namespace: DotNumerics.LinearAlgebra.CSLapackAssembly: 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
)
Public Function Run (
CA As String,
CB As String
) As Boolean
Request Example
View SourceParameters
- CA String
-
(input) CHARACTER*1
- CB String
-
(input) CHARACTER*1
CA and CB specify the single characters to be compared.
Return Value
BooleanSee Also