static public method XUnit.FromPercent

Brief

Creates an XUnit structure as a percentage of another XUnit structure.

Declaration
C#
Gehtsoft.PDFFlow.Models.Shared.XUnit  FromPercent (System.Single percent, Gehtsoft.PDFFlow.Models.Shared.XUnit val)

Parameters
percent

The percentage.

val

The XUnit structure.

Declared in XUnit

back