C# Class Opc.Ua.ValueRanks

Constants defined for the ValueRank attribute.
Constants defined for the ValueRank attribute.
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary

Méthodes publiques

Méthode Description
IsValid ( IList actualArrayDimensions, int valueRank, IList expectedArrayDimensions ) : bool

Checks if the actual array diminesions is compatible with the expected value rank and array dimensions.

IsValid ( int actualValueRank, int expectedValueRank ) : bool

Checks if the actual value rank is compatible with the expected value rank.

Method Details

IsValid() public static méthode

Checks if the actual array diminesions is compatible with the expected value rank and array dimensions.
public static IsValid ( IList actualArrayDimensions, int valueRank, IList expectedArrayDimensions ) : bool
actualArrayDimensions IList
valueRank int
expectedArrayDimensions IList
Résultat bool

IsValid() public static méthode

Checks if the actual value rank is compatible with the expected value rank.
public static IsValid ( int actualValueRank, int expectedValueRank ) : bool
actualValueRank int
expectedValueRank int
Résultat bool