IsFloat(TokenKind) Method

Definition

Namespace Tomlyn.Syntax
Assembly Tomlyn.dll

Checks if the specified kind is a float.

public static bool IsFloat(this TokenKind kind)

Parameters

kind
TokenKind

A token kind

Returns

Boolean
true if the specified kind is a float.