PhysicalTypeExtensionsGetByteSize Method

Gets the size of the physical type, in bytes.

Definition

Namespace: Gemstone.PQDIF.Physical
Assembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.171 -- Release Build+af1e6271f2015b03a58bc9ef784f0f2b9eeab0d2
public static int GetByteSize(
	this PhysicalType type
)

Parameters

type  PhysicalType
The physical type.

Return Value

Int32
The 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