C# Class OGE.MeasurementStream.UnionValues

Afficher le fichier Open project: GridProtectionAlliance/gsf Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public UnionValues ( ) : System.Runtime.InteropServices
Résultat System.Runtime.InteropServices

UnionValues() public méthode

public UnionValues ( double value ) : System.Runtime.InteropServices
value double
Résultat System.Runtime.InteropServices

UnionValues() public méthode

public UnionValues ( float value ) : System.Runtime.InteropServices
value float
Résultat System.Runtime.InteropServices

UnionValues() public méthode

public UnionValues ( int value ) : System.Runtime.InteropServices
value int
Résultat System.Runtime.InteropServices

UnionValues() public méthode

public UnionValues ( long value ) : System.Runtime.InteropServices
value long
Résultat System.Runtime.InteropServices

UnionValues() public méthode

public UnionValues ( uint value ) : System.Runtime.InteropServices
value uint
Résultat System.Runtime.InteropServices

UnionValues() public méthode

public UnionValues ( ulong value ) : System.Runtime.InteropServices
value ulong
Résultat System.Runtime.InteropServices