C# 클래스 Opc.Ua.ValueRanks

Constants defined for the ValueRank attribute.
Constants defined for the ValueRank attribute.
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary

공개 메소드들

메소드 설명
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