PFSExtensionsAddDouble Method (IPFSBuilder, Double) |
Add a number of double precision floating-point (real) values.
The output format is some 'default' format. Check if it may cause loss of precision.
Restrictions: The function is only valid within the scope of a keyword.
Namespace: DHI.PFSAssembly: DHI.PFS (in DHI.PFS.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public static void AddDouble(
this IPFSBuilder builder,
params double[] values
)
<ExtensionAttribute>
Public Shared Sub AddDouble (
builder As IPFSBuilder,
ParamArray values As Double()
)
public:
[ExtensionAttribute]
static void AddDouble(
IPFSBuilder^ builder,
... array<double>^ values
)
[<ExtensionAttribute>]
static member AddDouble :
builder : IPFSBuilder *
values : float[] -> unit
Parameters
- builder
- Type: DHI.PFSIPFSBuilder
- values
- Type: SystemDouble
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IPFSBuilder. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also