Click or drag to resize

ResistanceFromOhms Method

Create a new Resistance object from a value in [Ohm].

Namespace: CompreDriveSDK.Plugins.Analyzers.Definitions
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public static Resistance FromOhms(
	double r
)

Parameters

r  Double
The value in [Ohm].

Return Value

Resistance
The Resistance object.
See Also