Click or drag to resize

BasicFunctions Methods

The BasicFunctions type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCopySign Return first number with the sign of second number
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
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 methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberhypot(Double, Double, Double) The standard hypot() function for three arguments taking care of overflows and zerodivides.
Public methodStatic memberhypot(Single, Single, Single) The standard hypot() function for three arguments taking care of overflows and zerodivides.
Public methodStatic memberLogRel(Complex) LogRel(z) = log(1+z) with relative error accuracy near z = 0.
Public methodStatic memberLogRel(Double) LogRel(z) = log(1+z) with relative error accuracy near z = 0.
Public methodStatic memberLogRel(Complex, Boolean) LogRel(z) = log(1+z) with relative error accuracy near z = 0.
Public methodStatic memberLogRel(Double, Boolean) LogRel(z) = log(1+z) with relative error accuracy near z = 0.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodStatic memberNint Round to nearest integer.
Public methodStatic memberNumberOfWraps Calculates the number of wraps w. This is the number of range wraps that must be taken to go from start to start+offset.
Public methodStatic memberPMod Modulus x%y, but with result guaranted to be greater or equal to zero.
Public methodStatic membersign Returns -1 if argument negative, 0 if argument zero, or 1 if argument is positive.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also