NFloat.Subtraction(NFloat, NFloat) Operator

Definition

Subtracts two values to compute their difference.

C#
public static System.Runtime.InteropServices.NFloat operator -(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right);

Parameters

left
NFloat

The value from which right is subtracted.

right
NFloat

The value that's subtracted from left.

Returns

The difference of right subtracted from left.

Implements

Applies to

Toode Versioonid
.NET 7, 8, 9, 10