Skip to content

99bfd940 76d0 7999 a25f 28771235f641

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

Potential.Increment Operator

Increments the specified LHS with 1.

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

Syntax

C#

public static Potential operator ++(
	Potential lhs
)

C#

public static Potential operator ++(
	Potential lhs
)

VB

Public Shared Operator ++ ( 
	lhs As Potential
) As Potential

VB

Public Shared Operator ++ ( 
	lhs As Potential
) As Potential

C++

public:
static Potential^ operator ++(
	Potential^ lhs
)

C++

public:
static Potential^ operator ++(
	Potential^ lhs
)

F#

static let inline (++)
        lhs : Potential  : Potential

F#

static let inline (++)
        lhs : Potential  : Potential

Parameters

 

lhs
Type: Sundew.Quantities.Electromagnetism.Potential
The LHS.

Return Value

Type: Potential
The incremented result.

See Also

Reference

Potential Class
Sundew.Quantities.Electromagnetism Namespace

Clone this wiki locally