NumberFormatInfo.NegativeInfinitySymbol Proprietà

Definizione

Ottiene o imposta la stringa che rappresenta il valore di infinito negativo.

public:
 property System::String ^ NegativeInfinitySymbol { System::String ^ get(); void set(System::String ^ value); };
public string NegativeInfinitySymbol { get; set; }
member this.NegativeInfinitySymbol : string with get, set
Public Property NegativeInfinitySymbol As String

Valore della proprietà

Stringa che rappresenta il valore di infinito negativo. L'impostazione predefinita per InvariantInfo è "-Infinity".

Eccezioni

La proprietà viene impostata su null.

La proprietà viene impostata e l'oggetto NumberFormatInfo è di sola lettura.

Commenti

Per altre informazioni sull'infinito negativo, vedere Double o Single.

Si applica a

Vedi anche