|
PhysicalTypeExtensionsGetByteSize Method
|
Gets the size of the physical type, in bytes.
Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.249-beta
Syntax<ExtensionAttribute>
Public Shared Function GetByteSize (
type As PhysicalType
) As Integer
public:
[ExtensionAttribute]
static int GetByteSize(
PhysicalType type
)
[<ExtensionAttribute>]
static member GetByteSize :
type : PhysicalType -> int
GSF.PQDIF.Physical.PhysicalTypeExtensions.GetByteSize = function(type);
View SourceParameters
- type PhysicalType
- The physical type.
Return Value
Int32The size of the physical type, in bytes.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
PhysicalType. 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