DoubleDoubleEquality Operator |
Determines whether two double double values are equal.
Namespace:
Meta.Numerics.Extended
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public static bool operator ==(
DoubleDouble x,
DoubleDouble y
)
Public Shared Operator = (
x As DoubleDouble,
y As DoubleDouble
) As Boolean
public:
static bool operator ==(
DoubleDouble x,
DoubleDouble y
)
static let inline (=)
x : DoubleDouble *
y : DoubleDouble : bool
Parameters
- x
- Type: Meta.Numerics.ExtendedDoubleDouble
The first value. - y
- Type: Meta.Numerics.ExtendedDoubleDouble
The second value.
Return Value
Type:
Boolean if
x and
y are equal, otherwise
.
See Also