Skip to content

8fd5eef9 f922 6bd2 30c6 85d35a220d00

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

ElectromagnetismExtensions.Farads(TValue) Method

Gets the value as Farad.

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

Syntax

C#

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

C#

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

VB

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

VB

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

C++

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

C++

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

F#

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

F#

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

Parameters

 

value
Type: TValue
The capacitance value.

Type Parameters

 

TValue
The type of the value.

Return Value

Type: Capacitance
A new Capacitance.

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