Skip to content

9bfdbae0 e005 1d13 c6a6 d698068a1110

Kim Hugener-Ohlsen edited this page May 28, 2016 · 2 revisions

ElectromagnetismExtensions.Siemens(TValue) Method

Gets the value as Siemens.

Namespace: Sundew.Quantities.Electromagnetism
Assembly: Sundew.Quantities (in Sundew.Quantities.dll) Version: 1.0.2.0 (1.0.2.0)

Syntax

C#

public static Conductance Siemens<TValue>(
	this TValue value
)
where TValue : struct, new(), IComparable, IFormattable

C#

public static Conductance Siemens<TValue>(
	this TValue value
)
where TValue : struct, new(), IComparable, IFormattable

VB

<ExtensionAttribute>
Public Shared Function Siemens(Of TValue As {Structure, New, IComparable, IFormattable}) ( 
	value As TValue
) As Conductance

VB

<ExtensionAttribute>
Public Shared Function Siemens(Of TValue As {Structure, New, IComparable, IFormattable}) ( 
	value As TValue
) As Conductance

C++

public:
[ExtensionAttribute]
generic<typename TValue>
where TValue : value class, gcnew(), IComparable, IFormattable
static Conductance^ Siemens(
	TValue value
)

C++

public:
[ExtensionAttribute]
generic<typename TValue>
where TValue : value class, gcnew(), IComparable, IFormattable
static Conductance^ Siemens(
	TValue value
)

F#

[<ExtensionAttribute>]
static member Siemens : 
        value : 'TValue -> Conductance  when 'TValue : struct, new() and IComparable and IFormattable

F#

[<ExtensionAttribute>]
static member Siemens : 
        value : 'TValue -> Conductance  when 'TValue : struct, new() and IComparable and IFormattable

Parameters

 

value
Type: TValue
The conductance value.

Type Parameters

 

TValue
The type of the value.

Return Value

Type: Conductance
A new Conductance.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also

Reference

ElectromagnetismExtensions Class
Sundew.Quantities.Electromagnetism Namespace

Clone this wiki locally