Prefix for a unit (i.e. kilo, nano, etc)


Namespace: PalmSens.Units
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public Structure Prefix
C#
public struct Prefix
C++
value class Prefix
J#
public final class Prefix extends ValueType
JScript
JScript suports the use of structures, but not the declaration of new ones.

Inheritance Hierarchy

System.Object
   PalmSens.Units.Prefix

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also