Show / Hide Table of Contents

Class DoubleExtensions

Extension for the double type

Inheritance
System.Object
DoubleExtensions
Namespace: FpAssistantCore.General
Assembly: FpAssistantCoreScl.dll
Syntax
public static class DoubleExtensions : object

Methods

View Source

Percent(Double, Double)

Calculates the percentage of a double

Declaration
public static double Percent(this double self, double percent)
Parameters
Type Name Description
System.Double self

Existing double content

System.Double percent

Percentage required

Returns
Type Description
System.Double

double - Percentage of the double

  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited