Click or drag to resize
TransactionAmount Property
Returns the amount of this transaction.

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public double Amount { get; }

Return Value

Type: Double
the amount of this transaction
See Also