메소드 | 설명 | |
---|---|---|
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 |
public UnionValues ( ) : System.Runtime.InteropServices | ||
리턴 | System.Runtime.InteropServices |
public UnionValues ( double value ) : System.Runtime.InteropServices | ||
value | double | |
리턴 | System.Runtime.InteropServices |
public UnionValues ( float value ) : System.Runtime.InteropServices | ||
value | float | |
리턴 | System.Runtime.InteropServices |
public UnionValues ( int value ) : System.Runtime.InteropServices | ||
value | int | |
리턴 | System.Runtime.InteropServices |
public UnionValues ( long value ) : System.Runtime.InteropServices | ||
value | long | |
리턴 | System.Runtime.InteropServices |
public UnionValues ( uint value ) : System.Runtime.InteropServices | ||
value | uint | |
리턴 | System.Runtime.InteropServices |
public UnionValues ( ulong value ) : System.Runtime.InteropServices | ||
value | ulong | |
리턴 | System.Runtime.InteropServices |