Show / Hide Table of Contents

Class Units

This class defines some standard units.

Inheritance
object
Units
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SpiceSharp.Simulations
Assembly: SpiceSharp.dll
Syntax
public static class Units

Fields

Ampere

Ampere.

Declaration
public static readonly IUnit Ampere
Field Value
Type Description
IUnit

Coulomb

Coulomb.

Declaration
public static readonly IUnit Coulomb
Field Value
Type Description
IUnit

Ohm

Ohm.

Declaration
public static readonly IUnit Ohm
Field Value
Type Description
IUnit

Seconds

Seconds.

Declaration
public static readonly IUnit Seconds
Field Value
Type Description
IUnit

Volt

Volt.

Declaration
public static readonly IUnit Volt
Field Value
Type Description
IUnit
In this article
Back to top Generated by DocFX