OpenTypeMethods.Negate Method
Returns the result of multiplying the specified value by negative one.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Shared Function Negate ( _
value As Object _
) As Object
'Usage
Dim value As Object
Dim returnValue As Object
returnValue = OpenTypeMethods.Negate(value)
public static Object Negate(
Object value
)
public:
static Object^ Negate(
Object^ value
)
static member Negate :
value:Object -> Object
public static function Negate(
value : Object
) : Object
Parameters
- value
Type: System.Object
The value to negate.
Return Value
Type: System.Object
The product of value multiplied by negative one.