Java.Lang.StringBuilder.Append Method
Appends the string representation of the specified double value.

Syntax

[Android.Runtime.Register("append", "(D)Ljava/lang/StringBuilder;", "")]
public IAppendable Append (double d)

See Also

String.ValueOf(double)

Parameters

d
the double value to append.

Returns

Documentation for this section has not yet been entered.

Remarks

Appends the string representation of the specified double value. The double value is converted to a string according to the rule defined by String.ValueOf(double).

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1