C# Класс Opc.Ua.ValueRanks

Constants defined for the ValueRank attribute.
Constants defined for the ValueRank attribute.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

IsValid() публичный статический Метод

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
Результат bool

IsValid() публичный статический Метод

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
Результат bool