Click or drag to resize

SIPrefix Methods

The SIPrefix type exposes the following members.

Methods
 NameDescription
Public methodCompareToCompares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Public methodEquals(SIPrefix)Indicates whether the current object is equal to another object of the same type.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberFromDivision Divides two prefixes and returns the prefix and any remaining factor.
Public methodStatic memberFromMultiplication Multiplies two prefixes and returns the prefix and any remaining factor.
Public methodFromSIUnit Converts x (in SI units) to the corresponding value in this unit.
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToSIUnit Converts x to the corresponding SI unit.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodStatic memberTryGetPrefixFromExponent Try to get a known prefix with a given exponent.
Public methodStatic memberTryGetPrefixFromShortcut Try to get a prefix given the prefix's shortcut.
Top
See Also