CSSPrimitiveValue.GetFloatValue

CSSPrimitiveValue.GetFloatValue method

This method is used to get a float value in a specified unit. If this CSS value doesn’t contain a float value or can’t be converted into the specified unit, a DOMException is raised.

public abstract float GetFloatValue(ushort unitType)
ParameterTypeDescription
unitTypeUInt16Type of the unit.

Return Value

Returns value

See Also