C# Class CascadeSharp.TKMath.math.math_NotSquare

Inheritance: Standard_DimensionError
显示文件 Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
NewInstance ( ) : math_NotSquare
NewInstance ( string theMessage ) : math_NotSquare
Raise ( ) : void
Raise ( string theMessage ) : void
Throw ( ) : void
get_type_name ( ) : char
math_NotSquare ( ) : System
math_NotSquare ( math_NotSquare parameter1 ) : System
math_NotSquare ( string theMessage ) : System

Method Details

NewInstance() public method

public NewInstance ( ) : math_NotSquare
return math_NotSquare

NewInstance() public method

public NewInstance ( string theMessage ) : math_NotSquare
theMessage string
return math_NotSquare

Raise() public method

public Raise ( ) : void
return void

Raise() public method

public Raise ( string theMessage ) : void
theMessage string
return void

Throw() public method

public Throw ( ) : void
return void

get_type_name() public method

public get_type_name ( ) : char
return char

math_NotSquare() public method

public math_NotSquare ( ) : System
return System

math_NotSquare() public method

public math_NotSquare ( math_NotSquare parameter1 ) : System
parameter1 math_NotSquare
return System

math_NotSquare() public method

public math_NotSquare ( string theMessage ) : System
theMessage string
return System