StoreIsDefined(IPrimitive, Boolean, Boolean, Boolean) Method

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public bool IsDefined(
	IPrimitive value,
	bool recursiveCheck,
	bool builtInOnly,
	bool isStandard
)

Parameters

value  IPrimitive
 
recursiveCheck  Boolean
 
builtInOnly  Boolean
 
isStandard  Boolean
 

Return Value

Boolean

See Also