C# Class OGE.MeasurementStream.UnionValues

Exibir arquivo Open project: GridProtectionAlliance/gsf Class Usage Examples

Public Methods

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

Method Details

UnionValues() public method

public UnionValues ( ) : System.Runtime.InteropServices
return System.Runtime.InteropServices

UnionValues() public method

public UnionValues ( double value ) : System.Runtime.InteropServices
value double
return System.Runtime.InteropServices

UnionValues() public method

public UnionValues ( float value ) : System.Runtime.InteropServices
value float
return System.Runtime.InteropServices

UnionValues() public method

public UnionValues ( int value ) : System.Runtime.InteropServices
value int
return System.Runtime.InteropServices

UnionValues() public method

public UnionValues ( long value ) : System.Runtime.InteropServices
value long
return System.Runtime.InteropServices

UnionValues() public method

public UnionValues ( uint value ) : System.Runtime.InteropServices
value uint
return System.Runtime.InteropServices

UnionValues() public method

public UnionValues ( ulong value ) : System.Runtime.InteropServices
value ulong
return System.Runtime.InteropServices