Click or drag to resize

FieldWrapperT Methods

The FieldWrapperT generic type exposes the following members.

Methods
  NameDescription
Public methodAbs
Get the absolute value of the element.
Public methodCompareTo(T)
Compares 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 methodCompareTo(FieldWrapperT)
Compares 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 methodDeconstruct
Deconstruct the wrapped member to an original member and wrapping field.
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).)
Public methodEquals(T)
Indicates whether the current object is equal to another object of the same type.
Public methodEquals(FieldWrapperT)
Indicates whether the current object is equal to another object of the same type.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvert
Gets the inverted value of val.
Public methodLog
Get the logarithm of the element.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPow
Get the element raised to an exponent.
Public methodPowInt
Get the element raised to an exponent.
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
See Also