C# 클래스 OGE.MeasurementStream.UnionValues

파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 메소드들

메소드 설명
UnionValues ( ) : System.Runtime.InteropServices
UnionValues ( double value ) : System.Runtime.InteropServices
UnionValues ( float value ) : System.Runtime.InteropServices
UnionValues ( int value ) : System.Runtime.InteropServices
UnionValues ( long value ) : System.Runtime.InteropServices
UnionValues ( uint value ) : System.Runtime.InteropServices
UnionValues ( ulong value ) : System.Runtime.InteropServices

메소드 상세

UnionValues() 공개 메소드

public UnionValues ( ) : System.Runtime.InteropServices
리턴 System.Runtime.InteropServices

UnionValues() 공개 메소드

public UnionValues ( double value ) : System.Runtime.InteropServices
value double
리턴 System.Runtime.InteropServices

UnionValues() 공개 메소드

public UnionValues ( float value ) : System.Runtime.InteropServices
value float
리턴 System.Runtime.InteropServices

UnionValues() 공개 메소드

public UnionValues ( int value ) : System.Runtime.InteropServices
value int
리턴 System.Runtime.InteropServices

UnionValues() 공개 메소드

public UnionValues ( long value ) : System.Runtime.InteropServices
value long
리턴 System.Runtime.InteropServices

UnionValues() 공개 메소드

public UnionValues ( uint value ) : System.Runtime.InteropServices
value uint
리턴 System.Runtime.InteropServices

UnionValues() 공개 메소드

public UnionValues ( ulong value ) : System.Runtime.InteropServices
value ulong
리턴 System.Runtime.InteropServices