Method | Description | |
---|---|---|
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 | ||
return | System.Runtime.InteropServices |
public UnionValues ( double value ) : System.Runtime.InteropServices | ||
value | double | |
return | System.Runtime.InteropServices |
public UnionValues ( float value ) : System.Runtime.InteropServices | ||
value | float | |
return | System.Runtime.InteropServices |
public UnionValues ( int value ) : System.Runtime.InteropServices | ||
value | int | |
return | System.Runtime.InteropServices |
public UnionValues ( long value ) : System.Runtime.InteropServices | ||
value | long | |
return | System.Runtime.InteropServices |
public UnionValues ( uint value ) : System.Runtime.InteropServices | ||
value | uint | |
return | System.Runtime.InteropServices |
public UnionValues ( ulong value ) : System.Runtime.InteropServices | ||
value | ulong | |
return | System.Runtime.InteropServices |