CssNumberToken sealed class CssNumberToken : CssToken Represents a CSS number token. Documentation Code public bool IsInteger { get; } public float Value { get; } Gets the contained number. public CssNumberToken(string number) Creates a new CSS number token. public Number ToNumber() Converts the number to a value. Uses an allocated value for the 0.