Click or drag to resize

PhysicalTypeExtensionsGetPhysicalType Method

Gets the physical type that most closely maps to the given type.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public static PhysicalType GetPhysicalType(
	Type type
)
View Source

Parameters

type  Type
The type to be converted to a PQDIF physical type.

Return Value

PhysicalType
The physical type that most closely maps to the given type.
See Also