Table of Contents

Method BuildFloat

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

BuildFloat(int, int)

Computes a float from mantissa and exponent.

public static float BuildFloat(int mant, int exp)

Parameters

mant int
exp int

Returns

float